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