[New-bugs-announce] [issue42560] Improve Tkinter Documentation

Mason Ginter report at bugs.python.org
Thu Dec 3 13:35:37 EST 2020


New submission from Mason Ginter <mason at dagint.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 382437
nosy: docs at python, mason2
priority: normal
severity: normal
status: open
title: Improve Tkinter Documentation
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42560>
_______________________________________


More information about the New-bugs-announce mailing list