From: Serhiy Storchaka Date: Tue, 29 Jan 2013 10:07:03 +0000 (+0200) Subject: Move NEWS entity from library to core section. X-Git-Tag: v3.4.0a1~1502 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6de7099165691a7c5f64f052fe8c096471096b17;p=python Move NEWS entity from library to core section. --- 6de7099165691a7c5f64f052fe8c096471096b17 diff --cc Misc/NEWS index a92b9296fd,7ffc3f71d4..ef5c6bd940 --- a/Misc/NEWS +++ 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.