[issue39927] IDLE.app fails on macOS 10.15 if denied access to Documents

Ned Deily report at bugs.python.org
Wed Mar 11 03:12:34 EDT 2020


Ned Deily <nad at python.org> added the comment:

Actually, IDLE *does* call os.chdir set the working directory when launched from IDLE.app on macOS:

https://github.com/python/cpython/blob/master/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py#L8

While it's not in the idlelib directory, it's very much part of IDLE :)

----------
assignee:  -> terry.reedy
components: +IDLE -Installation

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


More information about the Python-bugs-list mailing list