Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61ed804

Browse files
committed
Move the 14992 note to the correct section.
1 parent a81c856 commit 61ed804

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Misc/NEWS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ What's New in Python 3.2.4
1010
Core and Builtins
1111
-----------------
1212

13-
- Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
14-
when the path existed and had the S_ISGID mode bit set when it was
15-
not explicitly asked for. This is no longer an exception as mkdir
16-
cannot control if the OS sets that bit for it or not.
17-
1813
- Issue #14775: Fix a potential quadratic dict build-up due to the garbage
1914
collector repeatedly trying to untrack dicts.
2015

@@ -75,6 +70,11 @@ Core and Builtins
7570
Library
7671
-------
7772

73+
- Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
74+
when the path existed and had the S_ISGID mode bit set when it was
75+
not explicitly asked for. This is no longer an exception as mkdir
76+
cannot control if the OS sets that bit for it or not.
77+
7878
- Issue #14962: Update text coloring in IDLE shell window after changing
7979
options. Patch by Roger Serwy.
8080

0 commit comments

Comments
 (0)