Description
Interactive command prompts can gain Readline-like editing behavior in legacy Python 2 programs. This module helps terminal applications support line editing without depending on GNU Readline directly.
It is imported by command-line tools and only affects terminal input handling. The calling program decides what entered commands or text do.