(original) (raw)
changeset: 70538:d780ca579e6f branch: 3.2 parent: 70535:de07f90ef45c user: Victor Stinner victor.stinner@haypocalc.com date: Mon May 30 23:50:04 2011 +0200 files: Misc/NEWS description: Issue #1195: fix the issue number of the NEWS entry diff -r de07f90ef45c -r d780ca579e6f Misc/NEWS --- a/Misc/NEWS Mon May 30 23:46:00 2011 +0200 +++ b/Misc/NEWS Mon May 30 23:50:04 2011 +0200 @@ -10,7 +10,7 @@ Core and Builtins ----------------- -- Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix +- Issue #1195: 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. /victor.stinner@haypocalc.com