440676eb15
classes for URLs. PR: ports/82580 Submitted by: Choe, Cheng-Dae
5 lines
263 B
Text
5 lines
263 B
Text
This module contains an RFC2396 compliant implementation of URLs (see the class
|
|
URL) and file like classes for reading data from URLs and writing data to URLs
|
|
(see the classes Resource, ReadResource and WriteResource).
|
|
|
|
WWW: http://www.livinglogic.de/Python/url/
|