blob: a7bf84ef4ad0f68a03815897736cfffc22ce7fc5 [file] [log] [blame]
Ned Deilyaee5df52018-06-27 18:45:50 -04001.. bpo: 29723
2.. date: 9895
3.. nonce: M5omgP
4.. release date: 2017-03-21
5.. section: Core and Builtins
6
7The ``sys.path[0]`` initialization change for bpo-29139 caused a regression
8by revealing an inconsistency in how sys.path is initialized when executing
9``__main__`` from a zipfile, directory, or other import location. The
10interpreter now consistently avoids ever adding the import location's parent
11directory to ``sys.path``, and ensures no other ``sys.path`` entries are
12inadvertently modified when inserting the import location named on the
13command line.
14
15..
16
17.. bpo: 27593
18.. date: 9894
19.. nonce: nk7Etn
20.. section: Build
21
22fix format of git information used in sys.version
23
24..
25
26.. bpo: 0
27.. date: 9893
28.. nonce: usKKNQ
29.. section: Build
30
31Fix incompatible comment in python.h