[issue10796] Improve doc for readline.set_completer_delims()
April 5, 2016
10:23 p.m.
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 completer, a different set of word delimiters should be set. I hope that is enough to call this fixed :) ---------- resolution: -> fixed stage: needs patch -> resolved status: open -> closed versions: +Python 3.5, Python 3.6 -Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue10796> _______________________________________
3666
Age (days ago)
3666
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin Panter