diff options
author | Éric Araujo <merwok@netwok.org> | 2011-02-02 23:30:04 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-02-02 23:30:04 (GMT) |
commit | f60b4852da59b478b88c5f0dcb51e2c215601888 (patch) | |
tree | d18ef7ca6ab370b24253420ff8637aa0acc714ff | |
parent | 44d8bb08911d304022e77ca5febfff15bdc86b34 (diff) | |
download | cpython-f60b4852da59b478b88c5f0dcb51e2c215601888.zip cpython-f60b4852da59b478b88c5f0dcb51e2c215601888.tar.gz cpython-f60b4852da59b478b88c5f0dcb51e2c215601888.tar.bz2 |
Move entries to the right place
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |