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 hpmason
Recipients docs@python, hpmason
Date 2020-12-03.18:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607020537.02.0.420924180434.issue42560@roundup.psfhosted.org>
In-reply-to
Content
Online python Tkinter documentation (https://docs.python.org/3/library/tkinter.html) lacks many features. The main part I find lacking is documentation on methods, as many of them either aren't listed in the documentation and/or take *args as the only parameter, rather than defined parameters. 

Not sure how in-depth docs from effbot were, but those are not currently available.

Existing documentation in the source code (https://github.com/python/cpython/blob/3.9/Lib/tkinter/__init__.py) seems to be a good start to adding to the online documentation.
History
Date User Action Args
2020-12-03 18:35:37hpmasonsetrecipients: + hpmason, docs@python
2020-12-03 18:35:37hpmasonsetmessageid: <1607020537.02.0.420924180434.issue42560@roundup.psfhosted.org>
2020-12-03 18:35:36hpmasonlinkissue42560 messages
2020-12-03 18:35:36hpmasoncreate