diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:41:12 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-02-04 23:41:12 (GMT) |
commit | 49226e23f630b7bac3b9a44b08e2fdf5a581f478 (patch) | |
tree | 9f9c4a6f6860e9c17418e9a06f45923bff16387c /Misc | |
parent | 824c6fdfaa79f601fa50b99ff1d20e565cdc4120 (diff) | |
parent | c008ddeb21528d4394fb20156a81f851af79f701 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |