summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-14 01:42:53 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-14 01:42:53 (GMT)
commitd27a7c1f22b263a3eef5d380c7058c993bd3a451 (patch)
treeb1dda05a4cdf4265297c6284e0c3f40cbaa4d663 /Misc
parente3638944a9a3de464b04a49315ab4de5770e3263 (diff)
parent076ca6c3c8df3030307e548d9be792ce3c1c6eea (diff)
downloadcpython-d27a7c1f22b263a3eef5d380c7058c993bd3a451.zip
cpython-d27a7c1f22b263a3eef5d380c7058c993bd3a451.tar.gz
cpython-d27a7c1f22b263a3eef5d380c7058c993bd3a451.tar.bz2
Issue #27369: Merge test_pyexpat from 3.2 into 3.3
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 1f87a82..ef5bdc8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ C API
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.