Closed gvanrossum closed 7 months ago
Importing the readline module and using input() instead of sys.stdin turns on command line editing, including history. For a REPL dinosaur like myself this is essential. :-)
Thank you!
Importing the readline module and using input() instead of sys.stdin turns on command line editing, including history. For a REPL dinosaur like myself this is essential. :-)