diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-21 19:48:59 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-21 19:48:59 (GMT) |
commit | d854aacaa9dbc2098957fee043571ebd52d210cd (patch) | |
tree | 21fb3f7c335f89f90013e7849cc092d3d6a77238 /Misc | |
parent | 095fb84fc2cab3c01e6b6b6862a8e263f934779b (diff) | |
download | cpython-d854aacaa9dbc2098957fee043571ebd52d210cd.zip cpython-d854aacaa9dbc2098957fee043571ebd52d210cd.tar.gz cpython-d854aacaa9dbc2098957fee043571ebd52d210cd.tar.bz2 |
Fix a misplaced NEWS entry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ----- |