(Merge 3.2) Issue #1195: fix the issue number of the NEWS entry

This commit is contained in:
Victor Stinner 2011-05-30 23:50:34 +02:00
commit 4f1252dfbe
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ What's New in Python 3.3 Alpha 1?
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.