]> granicus.if.org Git - python/commit
(Merge 3.2) Issue #12016: my_fgets() now always clears errors before calling
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 30 May 2011 21:47:01 +0000 (23:47 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 30 May 2011 21:47:01 +0000 (23:47 +0200)
commit0c9f31b4c0d9bc910a7a4fce453a9768f2c9441b
tree9baeb22447387477b875ef010b764b054e4e00fd
parentf47fa58b62e6702f840625bff9fc8a07cef3408f
parent4f71101eeda6fb0b55805ebcb12d11124ab3b567
(Merge 3.2) Issue #12016: my_fgets() now always clears errors before calling
fgets(). Fix the following case: sys.stdin.read() stopped with CTRL+d (end of
file), raw_input() interrupted by CTRL+c.
Misc/NEWS