From: Benjamin Peterson Date: Fri, 23 Mar 2012 03:32:23 +0000 (-0400) Subject: move news thing around X-Git-Tag: v2.7.3~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eee769031570064e073f1b05762521883c2a0f5d;p=python move news thing around --- diff --git a/Misc/NEWS b/Misc/NEWS index bd91bb2757..d7f63ae6a1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1,6 +1,17 @@ Python News +++++++++++ +What's New in Python 2.7.3 final? +================================= + +*Release date: 2012-XX-XX* + +Library +------- + +- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils + on Windows. + What's New in Python 2.7.3 release candidate 2? =============================================== @@ -113,9 +124,6 @@ Core and Builtins Library ------- -- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils - on Windows. - - Issue #8033: sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures. Initial patch by Philippe Devalkeneer.