mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix a misplaced NEWS entry.
This commit is contained in:
parent
095fb84fc2
commit
d854aacaa9
1 changed files with 3 additions and 3 deletions
|
@ -52,9 +52,6 @@ Core and Builtins
|
||||||
|
|
||||||
- Issue #24017: PEP 492: Coroutines with async and await syntax.
|
- 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
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
@ -196,6 +193,9 @@ Library
|
||||||
- Issue 24248: Deprecate inspect.Signature.from_function() and
|
- Issue 24248: Deprecate inspect.Signature.from_function() and
|
||||||
inspect.Signature.from_builtin().
|
inspect.Signature.from_builtin().
|
||||||
|
|
||||||
|
- Issue #23898: Fix inspect.classify_class_attrs() to support attributes
|
||||||
|
with overloaded __eq__ and __bool__. Patch by Mike Bayer.
|
||||||
|
|
||||||
Tests
|
Tests
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue