cpython: d780ca579e6f (original) (raw)

Mercurial > cpython

changeset 70538:d780ca579e6f 3.2

Issue #1195: fix the issue number of the NEWS entry [#1195]

Victor Stinner victor.stinner@haypocalc.com
date Mon, 30 May 2011 23:50:04 +0200
parents de07f90ef45c
children 29e61c4ba59f 2a313ceaf17c
files Misc/NEWS
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Misc/NEWS 2

line wrap: on

line diff

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,7 +10,7 @@ What's New in Python 3.2.1 release candi 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.