summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-04-30 04:20:37 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-04-30 04:20:37 (GMT)
commitce58ed3e7c6ee794b3b1d5aae86c5116da9efe3d (patch)
tree8e8b46409b8e2809957514a0339c199f06d87bd0 /Misc/NEWS
parent0e8ccb83046e78a76f5bc55412761d208644db7c (diff)
parente654c11f565d1be32062931dc0a1817004b7387b (diff)
downloadcpython-ce58ed3e7c6ee794b3b1d5aae86c5116da9efe3d.zip
cpython-ce58ed3e7c6ee794b3b1d5aae86c5116da9efe3d.tar.gz
cpython-ce58ed3e7c6ee794b3b1d5aae86c5116da9efe3d.tar.bz2
Merge with 3.2: issue #14433
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1f97d7b..22248ac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3.0 Alpha 3?
Core and Builtins
-----------------
+- Issue #14433: Prevent msvcrt crash in interactive prompt when stdin
+ is closed.
+
- Issue #14521: Make result of float('nan') and float('-nan') more
consistent across platforms.