From 4ccdc966cea00962280dbc0b365ceb3e05ba1afb Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 8 May 2013 03:23:10 +0200 Subject: Fix NEWS order --- Misc/NEWS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 579e09c..867ebc5 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 ----- -- cgit v0.12