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 markroseman
Recipients ReblochonMasque, docs@python, effbot, epaine, hpmason, lukasz.langa, markroseman, python-dev, serhiy.storchaka, simao.afonso, terry.reedy
Date 2021-08-15.21:03:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629061386.93.0.198446761621.issue42560@roundup.psfhosted.org>
In-reply-to
Content
Here's a very rough work-in-progress snapshot:
https://github.com/roseman/cpython/blob/tkinter-docs-snapshot-20210815/Doc/library/tkinter.rst

This includes:

1. Changes I'd mentioned to the intro, external resources, modules, architecture

2. Rewrite of the 'life preserver' mini-tutorial section using a very different approach.

3. A start on the reference section (replacing the random bits that were there with a categorized, but detail-free list of classes and common methods).

Anyone have any big picture thoughts at this point?
History
Date User Action Args
2021-08-15 21:03:06markrosemansetrecipients: + markroseman, effbot, terry.reedy, docs@python, lukasz.langa, python-dev, serhiy.storchaka, epaine, hpmason, ReblochonMasque, simao.afonso
2021-08-15 21:03:06markrosemansetmessageid: <1629061386.93.0.198446761621.issue42560@roundup.psfhosted.org>
2021-08-15 21:03:06markrosemanlinkissue42560 messages
2021-08-15 21:03:06markrosemancreate