[New-bugs-announce] [issue42280] The list of standard generic collections is incomplete

jack1142 report at bugs.python.org
Fri Nov 6 13:49:58 EST 2020


New submission from jack1142 <kuba.kuczys at gmail.com>:

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

----------
assignee: docs at python
components: Documentation
messages: 380467
nosy: docs at python, jack1142
priority: normal
severity: normal
status: open
title: The list of standard generic collections is incomplete
type: enhancement
versions: Python 3.10, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42280>
_______________________________________


More information about the New-bugs-announce mailing list