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 yselivanov
Recipients martin.panter, ned.deily, r.david.murray, ronaldoussoren, serhiy.storchaka, yselivanov
Date 2015-11-19.20:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447963828.59.0.0534086590911.issue25660@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that uses different logic for tabulation.  Instead of returning '\t' from the completion callback, it instead calls explicit readline API: "readline.insert_text('\t'); readline.redisplay()"

Please review.
History
Date User Action Args
2015-11-19 20:10:28yselivanovsetrecipients: + yselivanov, ronaldoussoren, ned.deily, r.david.murray, martin.panter, serhiy.storchaka
2015-11-19 20:10:28yselivanovsetmessageid: <1447963828.59.0.0534086590911.issue25660@psf.upfronthosting.co.za>
2015-11-19 20:10:28yselivanovlinkissue25660 messages
2015-11-19 20:10:28yselivanovcreate