Skip to content

Commit 27abb0e

Browse files
authored
bpo-29723: Add missing NEWS entry (#638)
1 parent f659598 commit 27abb0e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Misc/NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ What's New in Python 3.7.0 alpha 1?
1010
Core 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

0 commit comments

Comments
 (0)