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 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:50terry.reedysetrecipients: + terry.reedy, louielu, cheryl.sabella
2017-07-11 07:41:50terry.reedysetmessageid: <1499758910.56.0.0403623886314.issue30900@psf.upfronthosting.co.za>
2017-07-11 07:41:50terry.reedylinkissue30900 messages
2017-07-11 07:41:50terry.reedycreate