]> granicus.if.org Git - python/commitdiff
Fix a misplaced NEWS entry.
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 21 May 2015 19:48:59 +0000 (15:48 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 21 May 2015 19:48:59 +0000 (15:48 -0400)
Misc/NEWS

index 7a72f6b38417090c2a4af9f0a489facdb63e509c..1fa52a616ec5aad0bfce371bcc2f08fe35f2b826 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,9 +52,6 @@ Core and Builtins
 
 - Issue #24017: PEP 492: Coroutines with async and await syntax.
 
-- Issue #23898: Fix inspect.classify_class_attrs() to support attributes
-  with overloaded __eq__ and __bool__.  Patch by Mike Bayer.
-
 Library
 -------
 
@@ -196,6 +193,9 @@ Library
 - Issue 24248: Deprecate inspect.Signature.from_function() and
   inspect.Signature.from_builtin().
 
+- Issue #23898: Fix inspect.classify_class_attrs() to support attributes
+  with overloaded __eq__ and __bool__.  Patch by Mike Bayer.
+
 Tests
 -----