mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #1195: fix the issue number of the NEWS entry
This commit is contained in:
parent
4f71101eed
commit
19c5233303
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ What's New in Python 3.2.1 release candidate 2?
|
||||||
Core and Builtins
|
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),
|
the following case: sys.stdin.read() stopped with CTRL+d (end of file),
|
||||||
raw_input() interrupted by CTRL+c.
|
raw_input() interrupted by CTRL+c.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue