Message 298141 - Python tracker
Message298141
| Author | terry.reedy |
|---|---|
| Recipients | cheryl.sabella, louielu, terry.reedy |
| Date | 2017-07-11.07:41:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1499758910.56.0.0403623886314.issue30900@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Color me dubious ;-). The change was made because tkinter.__init__, line 1990 has this line
withdraw = wm_withdraw
There is a similar line for all of the around 30 wm_xyz functions. Prefixing the names of methods of class Wm is an unusual redundancy. I cannot think of any sane way for tk to know which python synonym was used to call the Python wrapper.
What code using event_generate led you to this conclusion? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-07-11 07:41:50 | terry.reedy | set | recipients: + terry.reedy, louielu, cheryl.sabella |
| 2017-07-11 07:41:50 | terry.reedy | set | messageid: <1499758910.56.0.0403623886314.issue30900@psf.upfronthosting.co.za> |
| 2017-07-11 07:41:50 | terry.reedy | link | issue30900 messages |
| 2017-07-11 07:41:50 | terry.reedy | create | |