From 956c7cfa7111ab5458e2f69868a05b7b84fc6843 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sat, 4 Feb 2017 15:39:21 -0800 Subject: Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Misc/NEWS') diff --git a/Misc/NEWS b/Misc/NEWS index fc8b3ade50..8419915c8e 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. -- cgit v1.2.1