[issue10796] Improve doc for readline.set_completer_delims()

2016-04-05 Thread Martin Panter
Martin Panter added the comment: 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 complete

[issue10796] Improve doc for readline.set_completer_delims()

2016-04-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6137c46cb8df by Martin Panter in branch '2.7': Issue #6953: Rearrange and expand Readline module documentation https://hg.python.org/cpython/rev/6137c46cb8df New changeset b1acd6cf15b6 by Martin Panter in branch '3.5': Issue #6953: Rearrange and exp

[issue10796] Improve doc for readline.set_completer_delims()

2015-11-24 Thread Martin Panter
Martin Panter added the comment: I propose to address this with the general documentation bug, Issue 6953 -- dependencies: +readline documenation needs work nosy: +martin.panter title: readline completion flaw -> Improve doc for readline.set_completer_delims() _