]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c,
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 9 May 2011 22:19:53 +0000 (00:19 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 9 May 2011 22:19:53 +0000 (00:19 +0200)
commit4755ab010f18863e305bbd17bbc16b7f39aed360
treeac5b61397fde63b3deb58bf2e4c7f964f2720aa6
parentf9756c2336029d082317718cd1b2e330f48164d6
Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c,
clear the end-of-file indicator after CTRL+d.
Misc/NEWS
Parser/myreadline.c