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 Saimadhav.Heblikar
Recipients Saimadhav.Heblikar, jesstess, serhiy.storchaka, terry.reedy
Date 2014-09-28.15:00:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411916406.71.0.0570961198998.issue22133@psf.upfronthosting.co.za>
In-reply-to
Content
>I don't know how dialogs and calltip popups behave on Gnome Shell

Can you reply what behaviour you want to confirm?
If you meant, grouping  - Toplevels like ClassBrowser, PathBrowser etc are always grouped as single unit in the "Activity Bar". But, in the popup which you get for "Alt + Tab", they are displayed as 2 different applications - stress on different. For example, if I have two different windows of Google Chrome open, they are listed as a single application, both windows nested under a single logo. With IDLE, its two different applications.

tkMessageBox and tkFileDialog usage like in "open_class_browser()" and "Save As" change the title of in the Activity Bar and "Alt+Tab" menu to "tkFDialog". I am not sure if there is a way to pass class_ argument in such a situation.

Just a suggestion, can we use sys.version_info to get Python major version to have uniform code?
History
Date User Action Args
2014-09-28 15:00:06Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, jesstess, serhiy.storchaka
2014-09-28 15:00:06Saimadhav.Heblikarsetmessageid: <1411916406.71.0.0570961198998.issue22133@psf.upfronthosting.co.za>
2014-09-28 15:00:06Saimadhav.Heblikarlinkissue22133 messages
2014-09-28 15:00:06Saimadhav.Heblikarcreate