commit | d3c7e17a1619cfda88abb42494fc30029f2fa28c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 30 23:49:13 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 30 23:49:13 2011 +0200 |
tree | 1b8c9ec62d693f6081fb501818512ea742352e51 | |
parent | 08563d904deac3b92418154b6116203adabdc61e [diff] [blame] |
Issue #1195: fix the issue number of the NEWS entry
diff --git a/Misc/NEWS b/Misc/NEWS index a8a1baf..f741bda 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,7 +9,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.