Message 364195 - Python tracker

Message364195

Author brandtbucher
Recipients Aaron Hall, brandtbucher, chaburkland, curtisbucher, gvanrossum, josh.r, mark.dickinson, rhettinger, scoder, serhiy.storchaka, slam, steve.dower, vstinner, xtreak
Date 2020-03-14.19:31:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584214291.24.0.563561189015.issue36144@roundup.psfhosted.org>
In-reply-to
Content
Three other MutableMappings we might want to update:

- shelve.Shelf
- weakref.WeakKeyDictionary
- weakref.WeakValueDictionary

Shelf is up in the air, since it doesn't look like it defines a copy() equivalent... I also have no experience with it. Since it's a MutableMapping subclass, (not a dict subclass), we could in theory hold off on updating this until someone asks for it, without backward compatibility issues.

I think the other two should be updated, though. I can coordinate PRs for them this week.
History
Date User Action Args
2020-03-14 19:31:31brandtbuchersetrecipients: + brandtbucher, gvanrossum, rhettinger, mark.dickinson, scoder, vstinner, serhiy.storchaka, steve.dower, josh.r, Aaron Hall, slam, xtreak, curtisbucher, chaburkland
2020-03-14 19:31:31brandtbuchersetmessageid: <1584214291.24.0.563561189015.issue36144@roundup.psfhosted.org>
2020-03-14 19:31:31brandtbucherlinkissue36144 messages
2020-03-14 19:31:30brandtbuchercreate