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 brandtbucher
Recipients BTaskaya, brandtbucher, gvanrossum, lys.nikolaou, pablogsal
Date 2020-10-28.15:36:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603899404.68.0.62953749448.issue42128@roundup.psfhosted.org>
In-reply-to
Content
Thinking ahead...

A lot of work has gone into writing these PEPs...  we should see how much we can easily convert into actual docs. It seems to me:

- Parts of PEP 634 and PEP 635 can be worked into the language reference.

- Guido's overview (the appendix of PEP 636) can probably just be dropped verbatim into the What's New for 3.10.

- The rest of PEP 636 can just be lifted into the docs as a proper tutorial and linked to from the What's New.

Also, we need to document the stdlib changes (ast, collections, dataclasses, keyword, ...). The dis module docs are already part of the implementation.
History
Date User Action Args
2020-10-28 15:36:44brandtbuchersetrecipients: + brandtbucher, gvanrossum, lys.nikolaou, pablogsal, BTaskaya
2020-10-28 15:36:44brandtbuchersetmessageid: <1603899404.68.0.62953749448.issue42128@roundup.psfhosted.org>
2020-10-28 15:36:44brandtbucherlinkissue42128 messages
2020-10-28 15:36:44brandtbuchercreate