summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 23:39:21 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 23:39:21 (GMT)
commit6d46ae7d12d2cbe4c5b2bd7b023dd37ff12dec68 (patch)
tree981bc5ebf8b0df39e0cb351a81c8d109534cbeb6 /Misc
parent21fae03e16de9bedc0fd3918ef1ceb7d1c746678 (diff)
downloadcpython-6d46ae7d12d2cbe4c5b2bd7b023dd37ff12dec68.zip
cpython-6d46ae7d12d2cbe4c5b2bd7b023dd37ff12dec68.tar.gz
cpython-6d46ae7d12d2cbe4c5b2bd7b023dd37ff12dec68.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 fc8b3ad..8419915 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: XXXX-XX-XX
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.