Message279323
| Author | serhiy.storchaka |
|---|---|
| Recipients | GNJ, klappnase, serhiy.storchaka, tkinter |
| Date | 2016-10-24.18:16:19 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1494522.Fnp4HYRXZc@xarax> |
| In-reply-to | <1477331145.42.0.403048417301.issue28498@psf.upfronthosting.co.za> |
| Content | |
|---|---|
> 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. place is just an alias to place_configure despites the fact that in Tk "place" and "place configure" are different commands. This is Tk sugar, we have Python sugar. > 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? Okay, let keep general kwarg. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-10-24 18:16:19 | serhiy.storchaka | set | recipients: + serhiy.storchaka, klappnase, tkinter, GNJ |
| 2016-10-24 18:16:19 | serhiy.storchaka | link | issue28498 messages |
| 2016-10-24 18:16:19 | serhiy.storchaka | create | |