summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-14 01:31:46 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-14 01:31:46 (GMT)
commit076ca6c3c8df3030307e548d9be792ce3c1c6eea (patch)
treece5f53f6a737a2af7d4cefc9596f1f8c52a3c55c /Misc
parent2cdcaf1353c4480098219d028e1280f61d57870a (diff)
downloadcpython-076ca6c3c8df3030307e548d9be792ce3c1c6eea.zip
cpython-076ca6c3c8df3030307e548d9be792ce3c1c6eea.tar.gz
cpython-076ca6c3c8df3030307e548d9be792ce3c1c6eea.tar.bz2
Issue #27369: Don’t test error message detail that changed in Expat 2.2.03.2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9daa23d..707b4f2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Library
Tests
-----
+- Issue #27369: In test_pyexpat, avoid testing an error message detail that
+ changed in Expat 2.2.0.
+
- Issue #25940: Changed test_ssl and test_httplib to use
self-signed.pythontest.net. This avoids relying on svn.python.org, which
recently changed root certificate.