diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-03-18 04:20:43 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-03-18 04:20:43 (GMT) |
commit | f3a1b6efe0b01022ec20b189bb85430e2d8051f5 (patch) | |
tree | 36dc5fa2bcdc3d0feac8aa4ddbe29eea7c929335 /Misc/NEWS | |
parent | 1f2a49cfc610bfd7cbc85fd263295549377e8094 (diff) | |
parent | a846f5ace80977f922e8295441afc668910fc894 (diff) | |
download | cpython-f3a1b6efe0b01022ec20b189bb85430e2d8051f5.zip cpython-f3a1b6efe0b01022ec20b189bb85430e2d8051f5.tar.gz cpython-f3a1b6efe0b01022ec20b189bb85430e2d8051f5.tar.bz2 |
Merge #17448: Make test_sax skip if there are no xml parsers.
Patch by Rafael Santos.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -659,6 +659,9 @@ Issue #16880: Do not assume _imp.load_dynamic() is defined in the imp module. 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. |