]> granicus.if.org Git - python/commit
Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 30 May 2011 21:46:00 +0000 (23:46 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 30 May 2011 21:46:00 +0000 (23:46 +0200)
commit4f71101eeda6fb0b55805ebcb12d11124ab3b567
tree67e214541a944009850bc0997a507be17a20ed6a
parent76450a96efb6ea60187c358edef218ef71a18ed9
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
Parser/myreadline.c