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 rhettinger
Recipients AlexWaygood, Dennis Sweeney, JelleZijlstra, gvanrossum, kj, rhettinger, serhiy.storchaka, sobolevn
Date 2022-01-16.16:21:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642350116.86.0.937573257703.issue46399@roundup.psfhosted.org>
In-reply-to
Content
> I propose that two changes be made to `dict_keys`, `dict_values`
> and `dict_items`:
>
> * They should be officially exposed in the `types` module.
> * `__class_getitem__` should be added to the classes.

+1
History
Date User Action Args
2022-01-16 16:21:56rhettingersetrecipients: + rhettinger, gvanrossum, serhiy.storchaka, JelleZijlstra, Dennis Sweeney, sobolevn, kj, AlexWaygood
2022-01-16 16:21:56rhettingersetmessageid: <1642350116.86.0.937573257703.issue46399@roundup.psfhosted.org>
2022-01-16 16:21:56rhettingerlinkissue46399 messages
2022-01-16 16:21:56rhettingercreate