summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax/_exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* _exceptions: Format a missing system id as <unknown>.Martin v. Löwis2000-10-091-4/+5
| | | | expatreader: Use the error handler instead of raising exception directly.
* Add SAXReaderNotAvailable, and use it to distinguish between anMartin v. Löwis2000-10-061-0/+10
| | | | ImportError, and a missing driver.
* SAXException.__getitem__(): Raise AttributeError instead of NameError.Fred Drake2000-09-211-1/+1
|
* Once we're done with the sys module, remove it from the namespace soFred Drake2000-09-181-13/+11
| | | | this module is "import *" safe.
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-071-10/+10
|
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-291-0/+108
SAX interfaces for Python.