]> granicus.if.org Git - python/commitdiff
Issue #23593: fix Misc/NEWS entries
authorNed Deily <nad@acm.org>
Fri, 6 Mar 2015 01:45:03 +0000 (17:45 -0800)
committerNed Deily <nad@acm.org>
Fri, 6 Mar 2015 01:45:03 +0000 (17:45 -0800)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index dc2a5f65f4a0840d8dfd3ce9f47ef2901fbbd554,197e87d1433df8ac952e15a8a4d5c9df56965f14..6808d37bea0fa33180299cd90cd4970b6a403a3a
+++ b/Misc/NEWS
@@@ -108,28 -71,13 +108,28 @@@ Buil
  - Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
    the resulting executable faster.
  
- - Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
+ - Issue #23593: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
  
 +C API
 +-----
 +
 +- Issue #20204: Deprecation warning is now raised for builtin type without the
 +  __module__ attribute.
 +
 +Windows
 +-------
 +
 +- Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual
 +  environments. Patch by Paul Moore.
 +
 +- Issue #23437: Make user scripts directory versioned on Windows. Patch by Paul
 +  Moore.
  
 -What's New in Python 3.4.3?
 -===========================
  
 -Release date: 2015-02-23
 +What's New in Python 3.5 alpha 1?
 +=================================
 +
 +Release date: 2015-02-08
  
  Core and Builtins
  -----------------