[Python-checkins] cpython (2.7): Fix placement of Misc/NEWS item for issue #15578.
gregory.p.smith
python-checkins at python.org
Thu Sep 8 01:26:23 EDT 2016
https://hg.python.org/cpython/rev/731e5617cc8d
changeset: 103289:731e5617cc8d
branch: 2.7
user: Gregory P. Smith <greg at krypto.org>
date: Wed Sep 07 22:26:08 2016 -0700
summary:
Fix placement of Misc/NEWS item for issue #15578.
files:
Misc/NEWS | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
Core and Builtins
-----------------
+- Issue #15578: Correctly incref the parent module while importing.
+
- Issue #26307: The profile-opt build now applys PGO to the built-in modules.
- Issue #27870: A left shift of zero by a large integer no longer attempts
@@ -7082,8 +7084,6 @@
- Add Py3k warnings for parameter names in parentheses.
-- Issue #15578: Correctly incref the parent module while importing.
-
- Issue #7362: Give a proper error message for ``def f((x)=3): pass``.
- Issue #7085: Fix crash when importing some extensions in a thread on MacOSX
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list