commit | 2deb5c758adc4a9a55dae93ecaad5af43c344591 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Jan 27 02:16:42 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Jan 27 02:16:42 2010 +0000 |
tree | 5afe91e81c5ff9c9789101ba6d7e78ad4ed8c81a | |
parent | 17527bedad4ecf1c6479d0df1decd34baa5ef8a7 [diff] [blame] |
raise a clear TypeError when trying to register a non-class
diff --git a/Misc/NEWS b/Misc/NEWS index 9ffd3e4..ac1295a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -47,6 +47,8 @@ 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