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 markroseman
Recipients kbk, markroseman, roger.serwy, terry.reedy
Date 2015-09-19.18:32:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442687555.27.0.15714726692.issue25173@psf.upfronthosting.co.za>
In-reply-to
Content
I think both master and parent are needed, for the likely rare case when you don't want a dialog attached to any window, but it needs a Tk window handle to build the dialog from. 

Ran across that in SearchEngine, which has a root window just for the purpose of creating dialogs, but the search engine doesn't know what search dialog is invoking it (a bad example, as in this case, the dialogs should be the ones display the error, not the search engine).

Anyway, have attached masterparent.patch for default branch which updates those message and file dialogs that make sense to use parent instead of master.
History
Date User Action Args
2015-09-19 18:32:35markrosemansetrecipients: + markroseman, terry.reedy, kbk, roger.serwy
2015-09-19 18:32:35markrosemansetmessageid: <1442687555.27.0.15714726692.issue25173@psf.upfronthosting.co.za>
2015-09-19 18:32:35markrosemanlinkissue25173 messages
2015-09-19 18:32:35markrosemancreate