]> granicus.if.org Git - python/commitdiff
Issue #1195: fix the issue number of the NEWS entry
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 30 May 2011 21:49:13 +0000 (23:49 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 30 May 2011 21:49:13 +0000 (23:49 +0200)
Misc/NEWS

index a8a1baf847dfb58eb6a1e0dd4f1aa6e2a7214382..f741bda1e56ff543e3c413fbed353e58866c29e8 100644 (file)
--- 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.