This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients RM, ned.deily, terry.reedy
Date 2019-11-30.22:23:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575152635.73.0.650055175998.issue38946@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report.  If I understand correctly, the issue you are seeing is that, when IDLE is already launched and you double-click on a .py file in the Finder, that .py file does not open in IDLE, even though it will open in IDLE if IDLE is not already launched.  This does seem to be a change in behavior between macOS 10.14 Mojave and 10.15 Catalina. Further investigation is needed.

Of course, launching files in the right application is always somewhat dicey in macOS when there is more than one application claiming an association with a particular file type, like for .py files, so it is always safest to open files from with the app itself, for example, with IDLE's File -> Open menu option.
History
Date User Action Args
2019-11-30 22:23:55ned.deilysetrecipients: + ned.deily, terry.reedy, RM
2019-11-30 22:23:55ned.deilysetmessageid: <1575152635.73.0.650055175998.issue38946@roundup.psfhosted.org>
2019-11-30 22:23:55ned.deilylinkissue38946 messages
2019-11-30 22:23:55ned.deilycreate