This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tucif
Recipients tucif
Date 2013-03-18.03:40:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363578040.13.0.982812379271.issue17448@psf.upfronthosting.co.za>
In-reply-to
Content
When running test_xml, an exception is thrown if no SAXReader is available, but the test is not skipped.


[1/1] test_sax
test test_sax crashed -- Traceback (most recent call last):
  File "/Users/tucif/Documents/dev/cpython/cpython/Lib/test/test_sax.py", line 7, in <module>
    make_parser()
  File "/Users/tucif/Documents/dev/cpython/cpython/Lib/xml/sax/__init__.py", line 90, in make_parser
    raise SAXReaderNotAvailable("No parsers found", None)
xml.sax._exceptions.SAXReaderNotAvailable: No parsers found
History
Date User Action Args
2013-03-18 03:40:40tucifsetrecipients: + tucif
2013-03-18 03:40:40tucifsetmessageid: <1363578040.13.0.982812379271.issue17448@psf.upfronthosting.co.za>
2013-03-18 03:40:40tuciflinkissue17448 messages
2013-03-18 03:40:39tucifcreate