2008-01-18

Whether command line editing is supported in Python Interpreter

Type CONTROL + P at the first prompt you get in Python interpreter.
If it beeps, command line editing and history substitution are supported.
Line editing and history substitution
If nothing appears to happen, or P is echoed, command line editing isn't available; you'll only be able to use backspace to remove characters from the current line.

Reference:
Using Python Interpreter

1 comment:

Anonymous said...

This is great info to know.