Home | History | Annotate | Download | only in NEWS.d
      1 .. bpo: 0
      2 .. date: 8096
      3 .. nonce: HgSXMh
      4 .. release date: 2010-07-03
      5 .. section: Core and Builtins
      6 
      7 Prevent assignment to set literals.
      8 
      9 ..
     10 
     11 .. bpo: 1868
     12 .. date: 8095
     13 .. nonce: 8rTkvC
     14 .. section: Library
     15 
     16 Eliminate subtle timing issues in thread-local objects by getting rid of the
     17 cached copy of thread-local attribute dictionary.
     18 
     19 ..
     20 
     21 .. bpo: 9125
     22 .. date: 8094
     23 .. nonce: bm97Ws
     24 .. section: Library
     25 
     26 Add recognition of 'except ... as ...' syntax to parser module.
     27 
     28 ..
     29 
     30 .. bpo: 7673
     31 .. date: 8093
     32 .. nonce: cDxsD2
     33 .. section: Library
     34 
     35 Fix security vulnerability (CVE-2010-2089) in the audioop module, ensure
     36 that the input string length is a multiple of the frame size.
     37 
     38 ..
     39 
     40 .. bpo: 9075
     41 .. date: 8092
     42 .. nonce: kvxac2
     43 .. section: Library
     44 
     45 In the ssl module, remove the setting of a ``debug`` flag on an OpenSSL
     46 structure.
     47