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 klappnase
Recipients GNJ, klappnase, serhiy.storchaka, tkinter
Date 2016-10-24.17:45:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477331145.42.0.403048417301.issue28498@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Serhiy,

thanks for the feedback.

"+    def tk_busy(self, **kw):

Shouldn't it be just an alias to tk_busy_hold?"

Not sure, I figured since it is a separate command in tk I would make it a separate command in Python, too.

"+    def tk_busy_hold(self, **kw):

Since the only supported option is cursor, just declare it.

    def tk_busy_hold(self, cursor=None):
"

I thought so at first, too, but is this really wise, since if future versions of tk add other options another patch would be required?
History
Date User Action Args
2016-10-24 17:45:45klappnasesetrecipients: + klappnase, serhiy.storchaka, tkinter, GNJ
2016-10-24 17:45:45klappnasesetmessageid: <1477331145.42.0.403048417301.issue28498@psf.upfronthosting.co.za>
2016-10-24 17:45:45klappnaselinkissue28498 messages
2016-10-24 17:45:45klappnasecreate