Message389631
| Author | eryksun |
|---|---|
| Recipients | andyharrington, eryksun, jeff.allen, mark, ned.deily, rhettinger, serhiy.storchaka, steve.dower, terry.reedy |
| Date | 2021-03-28.06:19:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1616912389.13.0.930753337734.issue22121@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> 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. |
|
| History | |||
|---|---|---|---|
| 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: <1616912389.13.0.930753337734.issue22121@roundup.psfhosted.org> |
| 2021-03-28 06:19:49 | eryksun | link | issue22121 messages |
| 2021-03-28 06:19:48 | eryksun | create | |