commit | ce58ed3e7c6ee794b3b1d5aae86c5116da9efe3d | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Apr 30 06:20:37 2012 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Apr 30 06:20:37 2012 +0200 |
tree | 8e8b46409b8e2809957514a0339c199f06d87bd0 | |
parent | 0e8ccb83046e78a76f5bc55412761d208644db7c [diff] [blame] | |
parent | e654c11f565d1be32062931dc0a1817004b7387b [diff] [blame] |
Merge with 3.2: issue #14433
diff --git a/Misc/NEWS b/Misc/NEWS index 1f97d7b..22248ac 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ 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.