From: Florent Xicluna Date: Wed, 23 May 2012 15:42:50 +0000 (+0200) Subject: Remove duplicate entries in Misc/NEWS. X-Git-Tag: v3.3.0a4~85^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=346c5de08e92001f0b26b4d07d8f2a22a21d2f1e;p=thirdparty%2FPython%2Fcpython.git Remove duplicate entries in Misc/NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index d435b198c2ce..7ed8f152f9cf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -287,26 +287,6 @@ Tools/Demos Tools/parser/unparse.py. -What's New in Python 3.2.3 release candidate 2? -=============================================== - -*Release date: XX-Mar-2012* - -Library -------- - -- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils - on Windows. - -Extension Modules ------------------ - -- Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash - table internal to the pyexpat module's copy of the expat library to avoid a - denial of service due to hash collisions. Patch by David Malcolm with some - modifications by the expat project. - - What's New in Python 3.2.3? ===========================