summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-05-01 13:51:46 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-05-01 13:51:46 (GMT)
commit8fbd2954583cbf252999991d7c58e4deacb2688c (patch)
treeff64dc8a51441dc21961c04a69b1e80fa759c254 /Misc/NEWS
parent49a69e4d48d68a36325ba9098e1962e8c2195339 (diff)
parent7295c6a871f9cc42a4209a8eebe2e0974194a2a3 (diff)
downloadcpython-8fbd2954583cbf252999991d7c58e4deacb2688c.zip
cpython-8fbd2954583cbf252999991d7c58e4deacb2688c.tar.gz
cpython-8fbd2954583cbf252999991d7c58e4deacb2688c.tar.bz2
merge 3.2 (#14699)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e788404..6251da6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.