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 serhiy.storchaka, terry.reedy
Date 2016-06-08.02:21:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465352483.17.0.330062690814.issue27262@psf.upfronthosting.co.za>
In-reply-to
Content
Put the AquaTk code added to pyshell.main in #24801 where it should have gone originally. (My fault, ultimately.)  See aqua_context.diff.  This is a step in factoring main (currently about 170 lines) into a manageable number of function calls.

I will try to add a test that 1. creates an editor window with a 'fixed' root and mocked .right_click_event method, generates a right click, and checks the mock event handler; 2. creates a context menu, etc.

Serhiy, the docstring for .class_bind says "Bind to widgets with bindtag CLASSNAME".  I have not and do not see 'bindtag' defined.  Am I correct that it must refer to a tk widget class, rather than a python tkinter class, or subclass thereof?
History
Date User Action Args
2016-06-08 02:21:23terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2016-06-08 02:21:23terry.reedysetmessageid: <1465352483.17.0.330062690814.issue27262@psf.upfronthosting.co.za>
2016-06-08 02:21:22terry.reedylinkissue27262 messages
2016-06-08 02:21:22terry.reedycreate