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, rhettinger
Date 2020-06-07.06:20:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591510851.25.0.664392620921.issue40890@roundup.psfhosted.org>
In-reply-to
Content
I'd be happy to write a PR.

Method names could be "mapping", "target", "target_mapping", "target_dict", "referent_dict", etc. 

I like the choice of "target_mapping":

    d = dict()
    assert d is d.keys().target_mapping
    assert d is d.values().target_mapping
    assert d is d.items().target_mapping
History
Date User Action Args
2020-06-07 06:20:51Dennis Sweeneysetrecipients: + Dennis Sweeney, rhettinger
2020-06-07 06:20:51Dennis Sweeneysetmessageid: <1591510851.25.0.664392620921.issue40890@roundup.psfhosted.org>
2020-06-07 06:20:51Dennis Sweeneylinkissue40890 messages
2020-06-07 06:20:50Dennis Sweeneycreate