summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-03-18 04:20:43 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-03-18 04:20:43 (GMT)
commitf3a1b6efe0b01022ec20b189bb85430e2d8051f5 (patch)
tree36dc5fa2bcdc3d0feac8aa4ddbe29eea7c929335 /Misc/NEWS
parent1f2a49cfc610bfd7cbc85fd263295549377e8094 (diff)
parenta846f5ace80977f922e8295441afc668910fc894 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a92caf2..725c723 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.