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 terry.reedy
Recipients Daniel Preston, gpolo, paul.moore, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2019-12-06.22:43:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575672232.08.0.305268675422.issue38974@roundup.psfhosted.org>
In-reply-to
Content
filedialog.askopenfilename returns 'Open(**options).show()'.  IDLE's File => Open (^O) calls Open and show directly.  It continues to run on all versions on my machine (and presumably those of numerous others).  I have TortoiseGit now and only recently removed TortoiseHG, so those two seem well-enough behaved.  This is almost certainly not a cpython issue, but it would be good to know where the problem lies.
History
Date User Action Args
2019-12-06 22:43:52terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, gpolo, zach.ware, serhiy.storchaka, steve.dower, Daniel Preston
2019-12-06 22:43:52terry.reedysetmessageid: <1575672232.08.0.305268675422.issue38974@roundup.psfhosted.org>
2019-12-06 22:43:52terry.reedylinkissue38974 messages
2019-12-06 22:43:51terry.reedycreate