cpython/Lib/xml
Fred Drake 0872e05851 Fix handling of file inputs on Windows; passing them to urllib.urlopen()
caused the drive letter to cause urlopen() to think it was an unrecognized
URL scheme.  This only passes system ids to urlopen() if the file does not
exist.  It works on Windows & Unix.

It should work everywhere else as well.
2000-09-26 17:23:09 +00:00
..
dom Use SAX2 namespace support. 2000-09-24 21:54:14 +00:00
parsers Add a wrapper around the pyexpat module, making the "public" name of 2000-09-23 04:44:43 +00:00
sax Fix handling of file inputs on Windows; passing them to urllib.urlopen() 2000-09-26 17:23:09 +00:00
__init__.py Include the version-detecting code to allow PyXML to override the "standard" 2000-09-25 17:30:17 +00:00