diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-03-18 04:18:12 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-03-18 04:18:12 (GMT) |
commit | a846f5ace80977f922e8295441afc668910fc894 (patch) | |
tree | b45f7a564a9900c02bc7cfd02c9e855dd98ac6b6 /Misc | |
parent | dd246171e483afa21f12e2a961a461e0d5119ea3 (diff) | |
download | cpython-a846f5ace80977f922e8295441afc668910fc894.zip cpython-a846f5ace80977f922e8295441afc668910fc894.tar.gz cpython-a846f5ace80977f922e8295441afc668910fc894.tar.bz2 |
#17448: Make test_sax skip if there are no xml parsers.
Patch by Rafael Santos.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -947,6 +947,7 @@ Rich Salz Kevin Samborn Adrian Sampson Ilya Sandler +Rafael Santos Mark Sapiro Ty Sarna Hugh Sasse @@ -967,6 +967,9 @@ Extension Modules Tests ----- +- Issue #17448: test_sax now skips if there are no xml parsers available + instead of raising an ImportError. + - Issue #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. |