diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-21 19:45:08 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-21 19:45:08 (GMT) |
commit | 095fb84fc2cab3c01e6b6b6862a8e263f934779b (patch) | |
tree | 109444634949485775b95cddc7c755cf9379d38e /Misc | |
parent | c9745e5f7d98b0f9a0cb1edc805b924fe1d5a473 (diff) | |
parent | bf341fb5f6016ca5c79cee01211631ab5a01c5cf (diff) | |
download | cpython-095fb84fc2cab3c01e6b6b6862a8e263f934779b.zip cpython-095fb84fc2cab3c01e6b6b6862a8e263f934779b.tar.gz cpython-095fb84fc2cab3c01e6b6b6862a8e263f934779b.tar.bz2 |
Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__
Patch by Mike Bayer.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,6 +52,9 @@ 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 ------- |