From: Antoine Pitrou Date: Wed, 8 May 2013 01:23:10 +0000 (+0200) Subject: Fix NEWS order X-Git-Tag: v2.7.5~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ccdc966cea00962280dbc0b365ceb3e05ba1afb;p=thirdparty%2FPython%2Fcpython.git Fix NEWS order --- diff --git a/Misc/NEWS b/Misc/NEWS index 579e09c5f706..867ebc558a01 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -6,14 +6,6 @@ What's New in Python 2.7.5? *Release date: XXXX-XX-XX* -Build ------ - -- Issue #17682: Add the _io module to Modules/Setup.dist (commented out). - -- Issue #17086: Search the include and library directories provided by the - compiler. - Core and Builtins ----------------- @@ -94,6 +86,14 @@ Library - Issue #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. +Build +----- + +- Issue #17682: Add the _io module to Modules/Setup.dist (commented out). + +- Issue #17086: Search the include and library directories provided by the + compiler. + Tests -----