[issue45352] Move documentation for typed generic forms of standard collections to collections.abc

Guido van Rossum report at bugs.python.org
Sun Oct 3 10:56:54 EDT 2021


Guido van Rossum <guido at python.org> added the comment:

I think we should go ahead and duplicate the documentation in collections.abc (and in a few other places -- PEP 585 lists some builtins, some in contextlib, some in re). Then we won't have to worry about what happens when the typing module is slimmed down (presumably it will have to remain for things like Any, TypeVar, Generic).

----------

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


More information about the Python-bugs-list mailing list