summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-30 21:49:13 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-30 21:49:13 (GMT)
commitd3c7e17a1619cfda88abb42494fc30029f2fa28c (patch)
tree1b8c9ec62d693f6081fb501818512ea742352e51 /Misc
parent08563d904deac3b92418154b6116203adabdc61e (diff)
downloadcpython-d3c7e17a1619cfda88abb42494fc30029f2fa28c.zip
cpython-d3c7e17a1619cfda88abb42494fc30029f2fa28c.tar.gz
cpython-d3c7e17a1619cfda88abb42494fc30029f2fa28c.tar.bz2
Issue #1195: fix the issue number of the NEWS entry
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a8a1baf..f741bda 100644
--- 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.