commit | db932786afdd569bbf2d6b84cfd5cdcb16cb4f27 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 10 00:20:35 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 10 00:20:35 2011 +0200 |
tree | 4c64bf3202330960ac04ec61ed823fe53a2dddcb | |
parent | 725476222a3c1f2f93162d75a540e6bcdeaa36fd [diff] | |
parent | 4755ab010f18863e305bbd17bbc16b7f39aed360 [diff] |
Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear the end-of-file indicator after CTRL+d.