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 gvanrossum
Recipients docs@python, gvanrossum, kj, pxeger, rhettinger, stutzbach
Date 2021-10-03.18:27:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633285678.63.0.50685248158.issue45352@roundup.psfhosted.org>
In-reply-to
Content
> Where are capabilities like "list[str]" and "dict[str, list[int]]" going to be documented?

I think those should go with the individual types as well. AFter all, it's specific to the type how many parameters it has and what they mean. There should probably also be a general section explaining these generics, and the individual types can link to those so they don't have to repeat the same background information.
History
Date User Action Args
2021-10-03 18:27:58gvanrossumsetrecipients: + gvanrossum, rhettinger, stutzbach, docs@python, pxeger, kj
2021-10-03 18:27:58gvanrossumsetmessageid: <1633285678.63.0.50685248158.issue45352@roundup.psfhosted.org>
2021-10-03 18:27:58gvanrossumlinkissue45352 messages
2021-10-03 18:27:58gvanrossumcreate