File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ What's New in Python 3.2.4
1010Core 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
7570Library
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
You can’t perform that action at this time.
0 commit comments