[issue16151] Deferred KeyboardInterrupt in interactive mode

Serhiy Storchaka report at bugs.python.org
Thu Nov 1 21:32:10 CET 2012


Serhiy Storchaka added the comment:

Amaury, run the followed commands:

  import readline, rlcompleter
  readline.parse_and_bind('tab: complete')

Hint: you can add this to your .pythonrc.py.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16151>
_______________________________________


More information about the Python-bugs-list mailing list