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.14:56:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633273014.74.0.635664802693.issue45352@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2021-10-03 14:56:54gvanrossumsetrecipients: + gvanrossum, rhettinger, stutzbach, docs@python, pxeger, kj
2021-10-03 14:56:54gvanrossumsetmessageid: <1633273014.74.0.635664802693.issue45352@roundup.psfhosted.org>
2021-10-03 14:56:54gvanrossumlinkissue45352 messages
2021-10-03 14:56:54gvanrossumcreate