summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 23:39:38 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 23:39:38 (GMT)
commitc008ddeb21528d4394fb20156a81f851af79f701 (patch)
treeb9b2109a872a33cbe6f6d56791e39abd9a6856a0 /Misc
parent5f9193a6edf1864a243def36ec4d1277054236c6 (diff)
parent6d46ae7d12d2cbe4c5b2bd7b023dd37ff12dec68 (diff)
downloadcpython-c008ddeb21528d4394fb20156a81f851af79f701.zip
cpython-c008ddeb21528d4394fb20156a81f851af79f701.tar.gz
cpython-c008ddeb21528d4394fb20156a81f851af79f701.tar.bz2
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1ee289f..13907da 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.6.1 release candidate 1?
Core and Builtins
-----------------
+- Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
+
- Issue #29337: Fixed possible BytesWarning when compare the code objects.
Warnings could be emitted at compile time.