changeset 70537:b40dac6390a9 2.7

Issue #1195: fix the issue number of the NEWS entry [#1195]
author Victor Stinner <victor.stinner@haypocalc.com>
date Mon, 30 May 2011 23:49:13 +0200
parents 3b1b06570cf9
children 6c6923a406df
files Misc/NEWS
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.