Roger Serwy <roger.se...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue14937> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com