cpython/Lib/xml/sax
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
..
__init__.py [Patch 101634] 2000-09-24 21:31:06 +00:00
_exceptions.py SAXException.__getitem__(): Raise AttributeError instead of NameError. 2000-09-21 16:32:28 +00:00
expatreader.py Find feature names in handler. 2000-09-24 21:17:39 +00:00
handler.py Fix inconsistent use of space/tabs. 2000-09-25 00:11:37 +00:00
saxutils.py Fix handling of file inputs on Windows; passing them to urllib.urlopen() 2000-09-26 17:23:09 +00:00
xmlreader.py Improvements to doco strings. 2000-09-24 20:38:18 +00:00