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 serhiy.storchaka
Recipients 8baWnoVi, docs@python, serhiy.storchaka
Date 2017-10-12.13:37:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507815475.67.0.213398074469.issue31771@psf.upfronthosting.co.za>
In-reply-to
Content
Tkinter is just a wrapper around the Tk library. It returns what Tk returns. See Tk documentation:

https://www.tcl.tk/man/tcl8.6/TkCmd/winfo.htm#M15
https://www.tcl.tk/man/tcl8.6/TkCmd/wm.htm#M42

If you want to improve Tkinter documentation, patches are welcome.
History
Date User Action Args
2017-10-12 13:37:55serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, 8baWnoVi
2017-10-12 13:37:55serhiy.storchakasetmessageid: <1507815475.67.0.213398074469.issue31771@psf.upfronthosting.co.za>
2017-10-12 13:37:55serhiy.storchakalinkissue31771 messages
2017-10-12 13:37:55serhiy.storchakacreate