diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:39:38 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:39:38 (GMT) |
commit | c008ddeb21528d4394fb20156a81f851af79f701 (patch) | |
tree | b9b2109a872a33cbe6f6d56791e39abd9a6856a0 /Misc | |
parent | 5f9193a6edf1864a243def36ec4d1277054236c6 (diff) | |
parent | 6d46ae7d12d2cbe4c5b2bd7b023dd37ff12dec68 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |