From: Victor Stinner Date: Mon, 30 May 2011 21:50:04 +0000 (+0200) Subject: Issue #1195: fix the issue number of the NEWS entry X-Git-Tag: v3.2.1rc2~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19c5233303f2a5b2da3d7f7da6887daf46c13443;p=thirdparty%2FPython%2Fcpython.git Issue #1195: fix the issue number of the NEWS entry --- diff --git a/Misc/NEWS b/Misc/NEWS index 17ba290e3dee..5b3cc5cd8565 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,7 +10,7 @@ What's New in Python 3.2.1 release candidate 2? 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.