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 methane
Recipients AlexWaygood, Dennis Sweeney, JelleZijlstra, gvanrossum, kj, kumaraditya, methane, rhettinger, serhiy.storchaka, sobolevn
Date 2022-01-19.10:10:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642587043.13.0.597451967796.issue46399@roundup.psfhosted.org>
In-reply-to
Content
In other words,

a. If `.keys()` in all dict subclasses must return subclass of `dict_keys`: `dict.keys() -> dict_keys`.
b. If `.keys().mapping` must be accessible for all dict subclasses: Add `.mapping` to `KeysView`.
c. If `.keys().mapping` is optional for dict subclasses: typeshed can't add `.mapping` to anywhere, AFAIK.
History
Date User Action Args
2022-01-19 10:10:43methanesetrecipients: + methane, gvanrossum, rhettinger, serhiy.storchaka, JelleZijlstra, Dennis Sweeney, sobolevn, kj, kumaraditya, AlexWaygood
2022-01-19 10:10:43methanesetmessageid: <1642587043.13.0.597451967796.issue46399@roundup.psfhosted.org>
2022-01-19 10:10:43methanelinkissue46399 messages
2022-01-19 10:10:43methanecreate