[issue16829] IDLE on POSIX can't print filenames with spaces

Roger Serwy report at bugs.python.org
Fri Jan 11 18:26:11 CET 2013


Roger Serwy added the comment:

@Serhiy

IDLE places its default configuration files within the standard library. Any upgrade of Python can modify the contents of the standard library. Even if we do *nothing* to change Lib/idlelib/config-main.def, the next upgrade would overwrite an end users custom print command anyway.

Now, if the end-user changed ~/.idlerc/config-main.cfg instead to include the new "print-command-posix" entry then this patch will not change their custom setting.

----------

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


More information about the Python-bugs-list mailing list