From: Martin Panter Date: Thu, 14 Jul 2016 03:36:53 +0000 (+0000) Subject: Issue #27369: Merge test_pyexpat from 3.5 X-Git-Tag: v3.6.0a4~180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb4f8257bfa4471764e10c1d8525a5bb7b0145e5;p=thirdparty%2FPython%2Fcpython.git Issue #27369: Merge test_pyexpat from 3.5 --- fb4f8257bfa4471764e10c1d8525a5bb7b0145e5 diff --cc Misc/NEWS index b9bd9496d535,835304b5f986..685ffa3e40a9 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,22 -2,10 +2,28 @@@ Python News +++++++++++ -What's New in Python 3.5.3 release candidate 1? -=============================================== +What's New in Python 3.6.0 alpha 4 +================================== -Release date: TBA +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + ++Tests ++----- ++ ++- Issue #27369: In test_pyexpat, avoid testing an error message detail that ++ changed in Expat 2.2.0. ++ + +What's New in Python 3.6.0 alpha 3 +================================== + +*Release date: 2016-07-11* Core and Builtins -----------------