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 josh.r, martin.panter, serhiy.storchaka
Date 2015-10-17.15:33:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445096006.87.0.456998172325.issue25419@psf.upfronthosting.co.za>
In-reply-to
Content
Added few cursory comments on Rietveld.

"sys" and "os.path" cases are not critical and we can ignore them if it complicates the code. But preserving Completer independence from readline looks more important to me. We can just add methods get_line_buffer(), get_begidx(), get_endidx() and get_completion_type() to Completer, but may be better to add more high level methods.
History
Date User Action Args
2015-10-17 15:33:26serhiy.storchakasetrecipients: + serhiy.storchaka, martin.panter, josh.r
2015-10-17 15:33:26serhiy.storchakasetmessageid: <1445096006.87.0.456998172325.issue25419@psf.upfronthosting.co.za>
2015-10-17 15:33:26serhiy.storchakalinkissue25419 messages
2015-10-17 15:33:26serhiy.storchakacreate