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.06:53:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465368807.18.0.406654501981.issue27262@psf.upfronthosting.co.za>
In-reply-to
Content
I am asking because I noticed that every editor windows gets the same set of bindings set and destroyed, (as in the other part of the #24801 patch).  Since events have a widget attribute, using bound methods with a self parameter is not necessary, so all the duplication seems redundant.  But class_binding to Text is too broad.  It there any way to register 'subclasses', similar to the way one can register style options as applying to a subset of, for instance, all Buttons?
History
Date User Action Args
2016-06-08 06:53:27terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2016-06-08 06:53:27terry.reedysetmessageid: <1465368807.18.0.406654501981.issue27262@psf.upfronthosting.co.za>
2016-06-08 06:53:27terry.reedylinkissue27262 messages
2016-06-08 06:53:26terry.reedycreate