#3705: Fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters
Second part, for Windows.
Reviewed by Antoine Pitrou
diff --git a/Misc/NEWS b/Misc/NEWS
index 1dd15d6..5eaf640 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,8 +13,7 @@
-----------------
- Issue #3705: fix crash when given a non-ascii value on the command line for
- the "-c" and "-m" parameters. Now the behaviour is as expected under Linux,
- although under Windows it fails at a later point.
+ the "-c" and "-m" parameters.
- Issue #3279: Importing site at interpreter was failing silently because the
site module uses the open builtin which was not initialized at the time.