diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-30 21:50:04 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-30 21:50:04 (GMT) |
commit | 19c5233303f2a5b2da3d7f7da6887daf46c13443 (patch) | |
tree | 36adb59cefefc6609bed671ef963788f6984b2de /Misc | |
parent | 4f71101eeda6fb0b55805ebcb12d11124ab3b567 (diff) | |
download | cpython-19c5233303f2a5b2da3d7f7da6887daf46c13443.zip cpython-19c5233303f2a5b2da3d7f7da6887daf46c13443.tar.gz cpython-19c5233303f2a5b2da3d7f7da6887daf46c13443.tar.bz2 |
Issue #1195: fix the issue number of the NEWS entry
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ What's New in Python 3.2.1 release candidate 2? 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. |