[issue33893] Linux terminal shortcuts support in python shell

2018-06-18 Thread sebastin
sebastin added the comment: I meant this on Python IDLE across all platforms. basic necessary enhancements for seamless use of IDLE should atleast have below feature supported. clear(used in MAC/LINUX TERMINAL) or cls(used in WINDOWS CMD PROMPT) - clear the PYTHON IDLE screen. up arrow

[issue33893] Linux terminal shortcuts support in python shell

2018-06-17 Thread sebastin
New submission from sebastin : simple linux terminal support in python shell, like clear, ctrl + r, up arrow would be really good to have. -- assignee: terry.reedy components: IDLE, IO, Interpreter Core messages: 319857 nosy: sebastin, terry.reedy priority: normal severity: normal