diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-04-30 04:10:41 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-04-30 04:10:41 (GMT) |
commit | e654c11f565d1be32062931dc0a1817004b7387b (patch) | |
tree | 9f780a1bd1c6d35773409fc813ddbfccd80889f8 /Misc | |
parent | b8f02b5a5f1d211d83d6cc2a40a9b798d8dcfee2 (diff) | |
download | cpython-e654c11f565d1be32062931dc0a1817004b7387b.zip cpython-e654c11f565d1be32062931dc0a1817004b7387b.tar.gz cpython-e654c11f565d1be32062931dc0a1817004b7387b.tar.bz2 |
Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.2.4 Core and Builtins ----------------- +- Issue #14433: Prevent msvcrt crash in interactive prompt when stdin + is closed. + - Issue #11603 (again): Setting __repr__ to __str__ now raises a RuntimeError when repr() or str() is called on such an object. |