[Python-ideas] Suggestion: Clear screen command for the REPL
Oleg Broytman
phd at phdru.name
Wed Sep 28 23:34:21 EDT 2016
On Thu, Sep 29, 2016 at 12:04:28PM +1000, Steven D'Aprano <steve at pearwood.info> wrote:
> (Also, it seems a shame that Ctrl-D is EOF in Linux and Mac, but Windows
> is Ctrl-Z + Return. Can that be standardized to Ctrl-D everywhere?)
I don't think consistency should go that far. Consistency inside the
platform is more important than consistency between platforms, and other
w32 console programs understand [Ctrl]+[Z] as EOF and as far as I know
only [Ctrl]+[Z].
> --
> Steve
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