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-20.23:39:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448062781.6.0.118060561706.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).

Hm... This module provides a "Completer" class **specifically** for readline, as its documentation (and name!) indicates.
History
Date User Action Args
2015-11-20 23:39:41yselivanovsetrecipients: + yselivanov, ronaldoussoren, ned.deily, r.david.murray, martin.panter, serhiy.storchaka
2015-11-20 23:39:41yselivanovsetmessageid: <1448062781.6.0.118060561706.issue25660@psf.upfronthosting.co.za>
2015-11-20 23:39:41yselivanovlinkissue25660 messages
2015-11-20 23:39:41yselivanovcreate