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 martin.panter
Recipients martin.panter, ned.deily, r.david.murray, ronaldoussoren, serhiy.storchaka, yselivanov
Date 2015-11-20.23:27:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448062044.06.0.210489018723.issue25660@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry to throw a potential spanner in the works, but I think this introduces a dependence on the readline module. Consider what happens when the Completer class is used but Readline is not, or even if the “readline” could not be imported (see bottom of rlcompleter.py).

Maybe there is a way around this, but it might involve more complicated code.
History
Date User Action Args
2015-11-20 23:27:24martin.pantersetrecipients: + martin.panter, ronaldoussoren, ned.deily, r.david.murray, serhiy.storchaka, yselivanov
2015-11-20 23:27:24martin.pantersetmessageid: <1448062044.06.0.210489018723.issue25660@psf.upfronthosting.co.za>
2015-11-20 23:27:24martin.panterlinkissue25660 messages
2015-11-20 23:27:23martin.pantercreate