diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-14 01:42:53 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-14 01:42:53 (GMT) |
commit | d27a7c1f22b263a3eef5d380c7058c993bd3a451 (patch) | |
tree | b1dda05a4cdf4265297c6284e0c3f40cbaa4d663 /Misc | |
parent | e3638944a9a3de464b04a49315ab4de5770e3263 (diff) | |
parent | 076ca6c3c8df3030307e548d9be792ce3c1c6eea (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |