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

Westley Martínez report at bugs.python.org
Sat Jun 2 21:49:43 CEST 2012


Westley Martínez <anikom15 at gmail.com> added the comment:

Ahh okay, sorry for the triple post, I have an idea.  On UNIX, the function should accept any character except: \0 /, and on Windows should accept any character except: \0 \ / : * ? " < > |  On classic Macintosh, : is invalid.  However, I do not know what characters are valid on other systems.  (I believe Mac OS X is the same as UNIX, but am not sure.)

Included is a patch with FILENAME_CHARS left in in case anything still needs it.

----------
Added file: http://bugs.python.org/file25802/cpython-14937.patch

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


More information about the Python-bugs-list mailing list