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 Richard Sheridan
Recipients Richard Sheridan, epaine, gpolo, serhiy.storchaka
Date 2020-07-06.17:42:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594057369.24.0.862388488853.issue41176@roundup.psfhosted.org>
In-reply-to
Content
I'm planning to write the long-awaited Tkinter Internals section of the docs. (https://github.com/python/cpython/blame/master/Doc/library/tk.rst#L48) I've spent too much time at this point to let it all go down the memory hole. Unfortunately, I don't know how ALL of the internals work. Is there someone else we could add to nosy that might be interested in writing some subsections?

Also, should this extended docs contribution be a new issue or rolled in with this one? Much abbreviated documentation of the new methods in this PR could be added to tkinter.rst. The new docs issue would be dependent on this issue since I won't be able to complete the docs until we have finished discussing what the future behavior of threads waiting for `dispatching` will be (error & poll vs Tcl_ConditionWait).
History
Date User Action Args
2020-07-06 17:42:49Richard Sheridansetrecipients: + Richard Sheridan, gpolo, serhiy.storchaka, epaine
2020-07-06 17:42:49Richard Sheridansetmessageid: <1594057369.24.0.862388488853.issue41176@roundup.psfhosted.org>
2020-07-06 17:42:49Richard Sheridanlinkissue41176 messages
2020-07-06 17:42:49Richard Sheridancreate