diff options
author | Georg Brandl <georg@python.org> | 2006-08-06 08:23:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-08-06 08:23:54 (GMT) |
commit | 7e3ba2a699d6a5660fc7bf239b2090d5b2961b8c (patch) | |
tree | 66fae308335a0c755800dd2a16563b5b2a5e41c3 /Misc | |
parent | 534fe18e171a41ac216f3eeb1794af61adf50c5b (diff) | |
download | cpython-7e3ba2a699d6a5660fc7bf239b2090d5b2961b8c.zip cpython-7e3ba2a699d6a5660fc7bf239b2090d5b2961b8c.tar.gz cpython-7e3ba2a699d6a5660fc7bf239b2090d5b2961b8c.tar.bz2 |
Bug #1535165: fixed a segfault in input() and raw_input() when
sys.stdin is closed.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.5 release candidate 1? Core and builtins ----------------- +- Bug #1535165: fixed a segfault in input() and raw_input() when + sys.stdin is closed. + - On Windows, the PyErr_Warn function is now exported from the Python dll again. |