diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-05-01 13:51:46 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-05-01 13:51:46 (GMT) |
commit | 8fbd2954583cbf252999991d7c58e4deacb2688c (patch) | |
tree | ff64dc8a51441dc21961c04a69b1e80fa759c254 /Misc/NEWS | |
parent | 49a69e4d48d68a36325ba9098e1962e8c2195339 (diff) | |
parent | 7295c6a871f9cc42a4209a8eebe2e0974194a2a3 (diff) | |
download | cpython-8fbd2954583cbf252999991d7c58e4deacb2688c.zip cpython-8fbd2954583cbf252999991d7c58e4deacb2688c.tar.gz cpython-8fbd2954583cbf252999991d7c58e4deacb2688c.tar.bz2 |
merge 3.2 (#14699)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.3.0 Alpha 3? Core and Builtins ----------------- +- Issue #14699: Fix calling the classmethod descriptor directly. + - Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed. |