commit | 28e401e7173fbd4c74140f0e5325bc9b4978ec65 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Nov 15 19:15:19 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Nov 15 19:15:19 2011 +0100 |
tree | 05eecc25d850c31002f681485e1bec1613ec57fa | |
parent | 5f7f6150c38f1ed33d83c6597ae275ab5f5b99c5 [diff] [blame] |
Issue #13392: Writing a pyc file should now be atomic under Windows as well.
diff --git a/Misc/NEWS b/Misc/NEWS index 334e787..ed713e3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #13392: Writing a pyc file should now be atomic under Windows as well. + - Issue #13333: The UTF-7 decoder now accepts lone surrogates (the encoder already accepts them).