From: Éric Araujo Date: Wed, 2 Feb 2011 23:30:04 +0000 (+0000) Subject: Move entries to the right place X-Git-Tag: v3.2.1b1~347^2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f60b4852da59b478b88c5f0dcb51e2c215601888;p=python Move entries to the right place --- diff --git a/Misc/NEWS b/Misc/NEWS index 88c6749835..b1647419fe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -37,10 +37,6 @@ Core and Builtins Library ------- -- Issue #2236: distutils' mkpath ignored the mode parameter. - -- Fix typo in one sdist option (medata-check). - - Issue #11089: Fix performance issue limiting the use of ConfigParser() with large config files. @@ -212,6 +208,10 @@ Core and Builtins Library ------- +- Issue #2236: distutils' mkpath ignored the mode parameter. + +- Fix typo in one sdist option (medata-check). + - Issue #10323: itertools.islice() now consumes the minimum number of inputs before stopping. Formerly, the final state of the underlying iterator was undefined.