[issue40991] Can't open more than on .py file with IDLE

2020-06-16 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: terry.reedy -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue40991] Can't open more than on .py file with IDLE

2020-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Almost certainly Catalina - tcl/tk issue. Fix difficult and unknown. Won't make 3.7. In the meanwhile, use IDLE's file=> open menu. See original issue 38946 for more. -- components: +macOS -IDLE nosy: +ned.deily, ronaldoussoren resolution: -> du

[issue40991] Can't open more than on .py file with IDLE

2020-06-16 Thread Brendan Steffens
New submission from Brendan Steffens : I am using Python 3.7.2, macOS Catalina 10.15.5. When I double click a .py script from the Finder, it opens it, along with IDLE shell. When I click a second .py script so I can view both at once, it won't open the second one. -- assignee: terry.