changeset: 70539:29e61c4ba59f parent: 70536:deb6e7859211 parent: 70538:d780ca579e6f user: Victor Stinner date: Mon May 30 23:50:34 2011 +0200 files: Misc/NEWS description: (Merge 3.2) Issue #1195: fix the issue number of the NEWS entry diff -r deb6e7859211 -r 29e61c4ba59f Misc/NEWS --- a/Misc/NEWS Mon May 30 23:47:01 2011 +0200 +++ b/Misc/NEWS Mon May 30 23:50:34 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.