summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-27 02:16:42 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-01-27 02:16:42 (GMT)
commit2deb5c758adc4a9a55dae93ecaad5af43c344591 (patch)
tree5afe91e81c5ff9c9789101ba6d7e78ad4ed8c81a /Misc
parent17527bedad4ecf1c6479d0df1decd34baa5ef8a7 (diff)
downloadcpython-2deb5c758adc4a9a55dae93ecaad5af43c344591.zip
cpython-2deb5c758adc4a9a55dae93ecaad5af43c344591.tar.gz
cpython-2deb5c758adc4a9a55dae93ecaad5af43c344591.tar.bz2
raise a clear TypeError when trying to register a non-class
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ffd3e4..ac1295a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Core and Builtins
Library
-------
+- Issue #7792: Registering non-classes to ABCs raised an obscure error.
+
- Removed the functions 'verify' and 'vereq' from Lib/test/test_support.py.
- Issue #7773: Fix an UnboundLocalError in platform.linux_distribution() when