This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients fgracia, loewis, roger.serwy, terry.reedy
Date 2012-05-28.21:54:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338242057.02.0.193578143914.issue14937@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-28 21:54:17roger.serwysetrecipients: + roger.serwy, loewis, terry.reedy, fgracia
2012-05-28 21:54:17roger.serwysetmessageid: <1338242057.02.0.193578143914.issue14937@psf.upfronthosting.co.za>
2012-05-28 21:54:16roger.serwylinkissue14937 messages
2012-05-28 21:54:16roger.serwycreate