From: Antoine Pitrou Date: Sun, 13 Oct 2013 20:13:56 +0000 (+0200) Subject: Remove unexpected headings from Misc/NEWS X-Git-Tag: v3.4.0a4~115^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=881bfba204d4b7ff4e7ba3f29f96bbb3ffa41dd9;p=thirdparty%2FPython%2Fcpython.git Remove unexpected headings from Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index a56339ce8241..98a2d9231693 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1344,14 +1344,6 @@ Tools/Demos - Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters. -What's New in Python 3.3.1 release candidate 1? -=============================================== - -*Release date: 24-Mar-2013* - -Core and Builtins ------------------ - - Issue #17328: Fix possible refleak in dict.setdefault. - Issue #17275: Corrected class name in init error messages of the C version of