[Python-checkins] cpython (3.2): Issue #1195: fix the issue number of the NEWS entry

victor.stinner python-checkins at python.org
Mon May 30 23:50:43 CEST 2011


http://hg.python.org/cpython/rev/d780ca579e6f
changeset:   70538:d780ca579e6f
branch:      3.2
parent:      70535:de07f90ef45c
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Mon May 30 23:50:04 2011 +0200
summary:
  Issue #1195: fix the issue number of the NEWS entry

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list