commit | aec5fd13979f7fac74a057d7a54c124354a715a2 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Oct 02 00:03:31 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Oct 02 00:03:31 2010 +0000 |
tree | 360c95d63deea11da4f3871736b11724273620aa | |
parent | ea8676bf8b09003e29278af25e495050638fda47 [diff] [blame] |
type.__abstractmethods__ should raise an AttributeError #10006
diff --git a/Misc/NEWS b/Misc/NEWS index 3aa6a6d..1d943b0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #10006: type.__abstractmethods__ now raises an AttributeError. + - Issue #10003: Allow handling of SIGBREAK on Windows. Fixes a regression introduced by issue #9324.