This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients amaury.forgeotdarc, serhiy.storchaka
Date 2012-11-01.20:32:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351801930.34.0.766521068621.issue16151@psf.upfronthosting.co.za>
In-reply-to
Content
Amaury, run the followed commands:

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

Hint: you can add this to your .pythonrc.py.
History
Date User Action Args
2012-11-01 20:32:10serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc
2012-11-01 20:32:10serhiy.storchakasetmessageid: <1351801930.34.0.766521068621.issue16151@psf.upfronthosting.co.za>
2012-11-01 20:32:10serhiy.storchakalinkissue16151 messages
2012-11-01 20:32:10serhiy.storchakacreate