commit | 7295c6a871f9cc42a4209a8eebe2e0974194a2a3 | [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 | 7152b99672eaa7ab1182611207d5931dd807ceab | |
parent | 42d7081806444582ee20f6cfdf7e8c88b165b0b0 [diff] [blame] |
fix calling the classmethod descriptor directly (closes #14699)
diff --git a/Misc/NEWS b/Misc/NEWS index c9752f6..c24caac 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Core and Builtins ----------------- +- Issue #14699: Fix calling the classmethod descriptor directly. + - Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.