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 Dennis Sweeney
Recipients Dennis Sweeney, methane, remi.lapeyre, rhettinger, serhiy.storchaka
Date 2020-06-12.08:05:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591949132.08.0.030515848527.issue40890@roundup.psfhosted.org>
In-reply-to
Content
Would it be better to have a dictview.mapping() method rather than an attribute, since it constructs a new object of a different type and since that's what keys(), values(), and items() are?
History
Date User Action Args
2020-06-12 08:05:32Dennis Sweeneysetrecipients: + Dennis Sweeney, rhettinger, methane, serhiy.storchaka, remi.lapeyre
2020-06-12 08:05:32Dennis Sweeneysetmessageid: <1591949132.08.0.030515848527.issue40890@roundup.psfhosted.org>
2020-06-12 08:05:32Dennis Sweeneylinkissue40890 messages
2020-06-12 08:05:32Dennis Sweeneycreate