Home | History | Annotate | Download | only in NEWS.d
      1 .. bpo: 24769
      2 .. date: 9294
      3 .. nonce: XgRA0n
      4 .. release date: 2015-08-25
      5 .. section: Core and Builtins
      6 
      7 Interpreter now starts properly when dynamic loading is disabled.  Patch by
      8 Petr Viktorin.
      9 
     10 ..
     11 
     12 .. bpo: 21167
     13 .. date: 9293
     14 .. nonce: uom-Dq
     15 .. section: Core and Builtins
     16 
     17 NAN operations are now handled correctly when python is compiled with ICC
     18 even if -fp-model strict is not specified.
     19 
     20 ..
     21 
     22 .. bpo: 24492
     23 .. date: 9292
     24 .. nonce: LKDAIu
     25 .. section: Core and Builtins
     26 
     27 A "package" lacking a __name__ attribute when trying to perform a ``from ..
     28 import ...`` statement will trigger an ImportError instead of an
     29 AttributeError.
     30 
     31 ..
     32 
     33 .. bpo: 24847
     34 .. date: 9291
     35 .. nonce: SHiiO_
     36 .. section: Library
     37 
     38 Removes vcruntime140.dll dependency from Tcl/Tk.
     39 
     40 ..
     41 
     42 .. bpo: 24839
     43 .. date: 9290
     44 .. nonce: 7_iQZl
     45 .. section: Library
     46 
     47 platform._syscmd_ver raises DeprecationWarning
     48 
     49 ..
     50 
     51 .. bpo: 24867
     52 .. date: 9289
     53 .. nonce: rxJIl7
     54 .. section: Library
     55 
     56 Fix Task.get_stack() for 'async def' coroutines
     57