summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-02-04 23:41:12 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2017-02-04 23:41:12 (GMT)
commit49226e23f630b7bac3b9a44b08e2fdf5a581f478 (patch)
tree9f9c4a6f6860e9c17418e9a06f45923bff16387c /Misc
parent824c6fdfaa79f601fa50b99ff1d20e565cdc4120 (diff)
parentc008ddeb21528d4394fb20156a81f851af79f701 (diff)
downloadcpython-49226e23f630b7bac3b9a44b08e2fdf5a581f478.zip
cpython-49226e23f630b7bac3b9a44b08e2fdf5a581f478.tar.gz
cpython-49226e23f630b7bac3b9a44b08e2fdf5a581f478.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 61d1e81..922f466 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.7.0 alpha 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.