]> granicus.if.org Git - python/commit
Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 9 May 2011 22:20:35 +0000 (00:20 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 9 May 2011 22:20:35 +0000 (00:20 +0200)
commitdb932786afdd569bbf2d6b84cfd5cdcb16cb4f27
tree4c64bf3202330960ac04ec61ed823fe53a2dddcb
parent725476222a3c1f2f93162d75a540e6bcdeaa36fd
parent4755ab010f18863e305bbd17bbc16b7f39aed360
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