From: Victor Stinner Date: Mon, 30 May 2011 21:49:13 +0000 (+0200) Subject: Issue #1195: fix the issue number of the NEWS entry X-Git-Tag: v2.7.3rc1~715 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3c7e17a1619cfda88abb42494fc30029f2fa28c;p=thirdparty%2FPython%2Fcpython.git Issue #1195: fix the issue number of the NEWS entry --- diff --git a/Misc/NEWS b/Misc/NEWS index a8a1baf847df..f741bda1e56f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -9,7 +9,7 @@ What's New in Python 2.7.3? 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.