[Python-checkins] cpython: Fix a misplaced NEWS entry.

yury.selivanov python-checkins at python.org
Thu May 21 21:49:04 CEST 2015


https://hg.python.org/cpython/rev/1ace09ac33b0
changeset:   96196:1ace09ac33b0
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Thu May 21 15:48:59 2015 -0400
summary:
  Fix a misplaced NEWS entry.

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,9 +52,6 @@
 
 - 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 @@
 - 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
 -----
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list