[issue25663] Make rlcompleter avoid duplicate global names

Martin Panter report at bugs.python.org
Mon Nov 23 21:07:50 EST 2015


Martin Panter added the comment:

I chose to keep my strategy of using the set. Using a dictionary to hold the matches could mess up the order, although it looks like Readline sorts the matches before displaying them.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25663>
_______________________________________


More information about the Python-bugs-list mailing list