]> granicus.if.org Git - python/commitdiff
Fix placement of Misc/NEWS item for issue #15578.
authorGregory P. Smith <greg@krypto.org>
Thu, 8 Sep 2016 05:26:08 +0000 (22:26 -0700)
committerGregory P. Smith <greg@krypto.org>
Thu, 8 Sep 2016 05:26:08 +0000 (22:26 -0700)
Misc/NEWS

index b4538424e210a5053c3dfd353513a53e68d68ba4..fca7436455f224e56ac2615ec3457a221babfacb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 2.7.13?
 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 @@ Core and Builtins
 
 - 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