mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
Move entries to the right place
This commit is contained in:
parent
44d8bb0891
commit
f60b4852da
1 changed files with 4 additions and 4 deletions
|
@ -37,10 +37,6 @@ Core and Builtins
|
||||||
Library
|
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()
|
- Issue #11089: Fix performance issue limiting the use of ConfigParser()
|
||||||
with large config files.
|
with large config files.
|
||||||
|
|
||||||
|
@ -212,6 +208,10 @@ Core and Builtins
|
||||||
Library
|
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
|
- Issue #10323: itertools.islice() now consumes the minimum number of
|
||||||
inputs before stopping. Formerly, the final state of the underlying
|
inputs before stopping. Formerly, the final state of the underlying
|
||||||
iterator was undefined.
|
iterator was undefined.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue