[issue22121] Start IDLE from icon in a better place.

Eryk Sun report at bugs.python.org
Sun Mar 28 02:19:49 EDT 2021


Eryk Sun <eryksun at gmail.com> added the comment:

> blacklisting directories 

Ensure that filepaths in sys.argv are resolved before changing out of a blacklisted directory. Also, for file open/save dialogs, as opposed to the working directory of the Python subprocess (e.g. os.getcwd() in the REPL), it's typical to default to the user profile directory or the last-accessed directory instead of the process working directory.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue22121>
_______________________________________


More information about the Python-bugs-list mailing list