commit | 042c47b2c741dd053e2ed8b17d56659fb87576de | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue May 01 09:51:09 2012 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Tue May 01 09:51:09 2012 -0400 |
tree | 21fb6770a955dd18476a9da3f399553d254436f2 | |
parent | dc8cb3d08f92c246a62d88d6c4132571fef76573 [diff] [blame] |
fix calling the classmethod descriptor directly (closes #14699)
diff --git a/Misc/NEWS b/Misc/NEWS index 4398e43..b7c22c7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,8 @@ Core and Builtins ----------------- +- Issue #14699: Fix calling the classmethod descriptor directly. + - Issue #11603 (again): Setting __repr__ to __str__ now raises a RuntimeError when repr() or str() is called on such an object.