diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-17 17:28:44 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-17 17:28:44 (GMT) |
commit | 707033a694ec6503bf670f1faf0db3bc69897d35 (patch) | |
tree | a88fe547a4b614cb4aaea0621f202dd8556c1d85 /Misc/NEWS | |
parent | 5b9f4c1539aee9107e4958eaa50ab205fd6a72e4 (diff) | |
download | cpython-707033a694ec6503bf670f1faf0db3bc69897d35.zip cpython-707033a694ec6503bf670f1faf0db3bc69897d35.tar.gz cpython-707033a694ec6503bf670f1faf0db3bc69897d35.tar.bz2 |
Issue #13146: Writing a pyc file is now atomic under POSIX.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.3 Alpha 1? 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. |