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 jack1142
Recipients jack1142
Date 2020-04-13.13:54:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586786082.33.0.84219610791.issue40273@roundup.psfhosted.org>
In-reply-to
Content
Starting in version 3.8, dicts are reversible so it would make sense if mapping proxy were also reversible. Especially that `reversed(proxied_dict.keys())` does work.
History
Date User Action Args
2020-04-13 13:54:42jack1142setrecipients: + jack1142
2020-04-13 13:54:42jack1142setmessageid: <1586786082.33.0.84219610791.issue40273@roundup.psfhosted.org>
2020-04-13 13:54:42jack1142linkissue40273 messages
2020-04-13 13:54:42jack1142create