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).