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 jack1142
Recipients docs@python, jack1142
Date 2020-11-06.18:49:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604688598.04.0.446732481114.issue42280@roundup.psfhosted.org>
In-reply-to
Content
It looks like the documentation lists standard library collections that support parameterized generics[1] however, it seems to only feature a part of all the collections that support parametrizing (I'm going by the list that was produced by Ethan Smith[2], it could be slightly inaccurate now, but that can be cross-checked when making the contribution).

I would be interested in making a PR adding these if/when this issue gets accepted.


[1] https://docs.python.org/3.10/library/stdtypes.html#standard-generic-collections
[2] https://github.com/gvanrossum/cpython/pull/1#issuecomment-582781121
History
Date User Action Args
2020-11-06 18:49:58jack1142setrecipients: + jack1142, docs@python
2020-11-06 18:49:58jack1142setmessageid: <1604688598.04.0.446732481114.issue42280@roundup.psfhosted.org>
2020-11-06 18:49:58jack1142linkissue42280 messages
2020-11-06 18:49:57jack1142create