commit | 707033a694ec6503bf670f1faf0db3bc69897d35 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Oct 17 19:28:44 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Oct 17 19:28:44 2011 +0200 |
tree | a88fe547a4b614cb4aaea0621f202dd8556c1d85 | |
parent | 5b9f4c1539aee9107e4958eaa50ab205fd6a72e4 [diff] [blame] |
Issue #13146: Writing a pyc file is now atomic under POSIX.
diff --git a/Misc/NEWS b/Misc/NEWS index b8d43ba..ddd48c4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #13146: Writing a pyc file is now atomic under POSIX. + - Issue #7833: Extension modules built using distutils on Windows will no longer include a "manifest" to prevent them failing at import time in some embedded situations.