[Python-ideas] Suggestion: Clear screen command for the REPL

Oleg Broytman phd at phdru.name
Mon Sep 19 11:07:20 EDT 2016


On Mon, Sep 19, 2016 at 02:45:53PM +0000, eryk sun <eryksun at gmail.com> wrote:
> The pInputControl parameter can also be used to implement Unix-style
> Ctrl+D to end a read anywhere on a line, whereas the classic
> [Ctrl+Z][Enter] has to be entered at the start of a line.

   [Ctrl+D] also recognized as EOF only at the start of an input.

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            phd at phdru.name
           Programmers don't die, they just GOSUB without RETURN.


More information about the Python-ideas mailing list