We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f659598 commit 27abb0eCopy full SHA for 27abb0e
Misc/NEWS
@@ -10,6 +10,14 @@ What's New in Python 3.7.0 alpha 1?
10
Core and Builtins
11
-----------------
12
13
+- bpo-29723: The ``sys.path[0]`` initialization change for bpo-29139 caused a
14
+ regression by revealing an inconsistency in how sys.path is initialized when
15
+ executing ``__main__`` from a zipfile, directory, or other import location.
16
+ The interpreter now consistently avoids ever adding the import location's
17
+ parent directory to ``sys.path``, and ensures no other ``sys.path`` entries
18
+ are inadvertently modified when inserting the import location named on the
19
+ command line.
20
+
21
- bpo-29568: Escaped percent "%%" in the format string for classic string
22
formatting no longer allows any characters between two percents.
23
0 commit comments