]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add SAXReaderNotAvailable, and use it to distinguish between an
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 6 Oct 2000 17:41:52 +0000 (17:41 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 6 Oct 2000 17:41:52 +0000 (17:41 +0000)
commit962c9e7f9188c75a3889fcc7fd29fb1626e278d0
tree3656fb89cdb496f4015152b35951276f432df3c7
parent75698a4937130b0ca8019c553a4be7f02eb5ab0a
Add SAXReaderNotAvailable, and use it to distinguish between an
ImportError, and a missing driver.
Lib/test/output/test_sax
Lib/test/test_sax.py
Lib/xml/sax/__init__.py
Lib/xml/sax/_exceptions.py
Lib/xml/sax/expatreader.py