Skip to content

Commit 19c5233

Browse files
author
Victor Stinner
committed
Issue #1195: fix the issue number of the NEWS entry
1 parent 4f71101 commit 19c5233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ What's New in Python 3.2.1 release candidate 2?
1010
Core and Builtins
1111
-----------------
1212

13-
- Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix
13+
- Issue #1195: my_fgets() now always clears errors before calling fgets(). Fix
1414
the following case: sys.stdin.read() stopped with CTRL+d (end of file),
1515
raw_input() interrupted by CTRL+c.
1616

0 commit comments

Comments
 (0)