mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Move the 14992 note to the correct section.
This commit is contained in:
parent
a81c856436
commit
61ed804cd7
1 changed files with 5 additions and 5 deletions
10
Misc/NEWS
10
Misc/NEWS
|
@ -10,11 +10,6 @@ What's New in Python 3.2.4
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
|
||||
when the path existed and had the S_ISGID mode bit set when it was
|
||||
not explicitly asked for. This is no longer an exception as mkdir
|
||||
cannot control if the OS sets that bit for it or not.
|
||||
|
||||
- Issue #14775: Fix a potential quadratic dict build-up due to the garbage
|
||||
collector repeatedly trying to untrack dicts.
|
||||
|
||||
|
@ -75,6 +70,11 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
|
||||
when the path existed and had the S_ISGID mode bit set when it was
|
||||
not explicitly asked for. This is no longer an exception as mkdir
|
||||
cannot control if the OS sets that bit for it or not.
|
||||
|
||||
- Issue #14962: Update text coloring in IDLE shell window after changing
|
||||
options. Patch by Roger Serwy.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue