Message389631
> 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. |
|
| Date |
User |
Action |
Args |
| 2021-03-28 06:19:49 | eryksun | set | recipients:
+ eryksun, rhettinger, terry.reedy, andyharrington, mark, ned.deily, serhiy.storchaka, jeff.allen, steve.dower |
| 2021-03-28 06:19:49 | eryksun | set | messageid: <[email protected]> |
| 2021-03-28 06:19:49 | eryksun | link | issue22121 messages |
| 2021-03-28 06:19:48 | eryksun | create | |
|