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 docs@python, eric.araujo, hideaki_t, martin.panter, python-dev, rheise
Date 2016-04-05.22:23:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459895033.77.0.905339278962.issue10796@psf.upfronthosting.co.za>
In-reply-to
Content
My update includes a new section called Completion, with the following text:

By default, Readline is set up to be used by “rlcompleter” to complete Python identifiers for the interactive interpreter. If the “readline” module is to be used with a custom completer, a different set of word delimiters should be set.

I hope that is enough to call this fixed :)
History
Date User Action Args
2016-04-05 22:23:53martin.pantersetrecipients: + martin.panter, eric.araujo, docs@python, rheise, python-dev, hideaki_t
2016-04-05 22:23:53martin.pantersetmessageid: <1459895033.77.0.905339278962.issue10796@psf.upfronthosting.co.za>
2016-04-05 22:23:53martin.panterlinkissue10796 messages
2016-04-05 22:23:53martin.pantercreate