]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #1195: fix the issue number of the NEWS entry
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 30 May 2011 21:50:04 +0000 (23:50 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 30 May 2011 21:50:04 +0000 (23:50 +0200)
Misc/NEWS

index 17ba290e3dee580375c170ee27d8972b086d04d7..5b3cc5cd8565352f4c87c968bd713eb6234165db 100644 (file)
--- 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.