File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ What's New in Python 3.7.0 alpha 1?
1010Core and Builtins
1111-----------------
1212
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+
1321- bpo-29568: Escaped percent "%%" in the format string for classic string
1422 formatting no longer allows any characters between two percents.
1523
You can’t perform that action at this time.
0 commit comments