]> granicus.if.org Git - python/commitdiff
Move NEWS entity from library to core section.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Jan 2013 10:07:03 +0000 (12:07 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Jan 2013 10:07:03 +0000 (12:07 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index a92b9296fd360e405afa79576bb7a6307d4439e3,7ffc3f71d41145250f4a72693180fae9b4f9d368..ef5c6bd9403a324b135dbd15defff37b2e96d009
+++ b/Misc/NEWS
@@@ -234,13 -164,6 +236,11 @@@ Core and Builtin
  Library
  -------
  
- - Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
 +Have py_compile use importlib as much as possible to avoid code duplication.
 +
 +- Issue #180022: Have site.addpackage() consider already known paths even when
 +  none are explicitly passed in. Bug report and fix by Kirill.
 +
  - Issue #1602133: on Mac OS X a shared library build (``--enable-shared``)
    now fills the ``os.environ`` variable correctly.