[issue14937] IDLE's deficiency in the completion of file names (Python 32, Windows XP)

Roger Serwy report at bugs.python.org
Mon May 28 23:54:17 CEST 2012


Roger Serwy <roger.serwy at gmail.com> added the comment:

The "open_completions" method in AutoComplete.py is where the bug exists. When mode == COMPLETE_FILES, the code searches for characters within the ASCII set, plus a few others contained in FILENAME_CHARS. 

Attached is a patch to also include characters beyond the ASCII set during the backward search. If anyone knows of a better technique, please comment. 

Fransisco, thanks for reporting this issue. If you find more, please let us know.

----------
keywords: +patch
nosy: +serwy, terry.reedy
Added file: http://bugs.python.org/file25751/issue14937.patch

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


More information about the Python-bugs-list mailing list