Revert r80580 due to some unintended side effects. See issue #8202 for details.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d35399..891a3e9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@
Core and Builtins
-----------------
+- Issue #8202: Previous change to ``sys.argv[0]`` handling for -m command line
+ option reverted due to unintended side effects on handling of ``sys.path``.
+ See tracker issue for details.
+
- Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash
the interpreter with characters outside the Basic Multilingual Plane
(higher than 0x10000).