Eryk Sun <eryk...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue22121>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to