diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-04-01 23:18:48 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-04-01 23:18:48 (GMT) |
commit | 9dc203fff90c04baf3b9e4410ceba4a25d893b3c (patch) | |
tree | 43e327886fc441f098ff1ddffaa132a2a5dee255 /Misc | |
parent | 78c85384614dd7dc8fc3f9316874ac8ee9310c13 (diff) | |
parent | 4717e2112b80eae8466bf06e2523042537d54000 (diff) | |
download | cpython-9dc203fff90c04baf3b9e4410ceba4a25d893b3c.zip cpython-9dc203fff90c04baf3b9e4410ceba4a25d893b3c.tar.gz cpython-9dc203fff90c04baf3b9e4410ceba4a25d893b3c.tar.bz2 |
merge 3.3 (#21082)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ Library - Issue #20980: Stop wrapping exception when using ThreadPool. +- Issue #21082: In os.makedirs, do not set the process-wide umask. Note this + changes behavior of makedirs when exist_ok=True. + - Issue #20990: Fix issues found by pyflakes for multiprocessing. - Issue #21015: SSL contexts will now automatically select an elliptic |