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 brandtbucher
Recipients Aaron Hall, brandtbucher, gvanrossum, josh.r, mark.dickinson, rhettinger, scoder, serhiy.storchaka, slam, steve.dower, xtreak
Date 2020-03-06.17:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583517068.46.0.173868581324.issue36144@roundup.psfhosted.org>
In-reply-to
Content
My brother will have a ChainMap PR up soon. I'm just finishing up MappingProxyType, myself. Probably both this weekend.

Then I'll move on to OrderedDict, which looks like it could be tricky. I'll need to familiarize myself with the implementation better (unless there's somebody who is already familiar with it who wants to take over). It looks well-commented, though.

I think we can pass on the http.cookies subclasses since there don't appear to be any experts/maintainers for that module.
History
Date User Action Args
2020-03-06 17:51:08brandtbuchersetrecipients: + brandtbucher, gvanrossum, rhettinger, mark.dickinson, scoder, serhiy.storchaka, steve.dower, josh.r, Aaron Hall, slam, xtreak
2020-03-06 17:51:08brandtbuchersetmessageid: <1583517068.46.0.173868581324.issue36144@roundup.psfhosted.org>
2020-03-06 17:51:08brandtbucherlinkissue36144 messages
2020-03-06 17:51:07brandtbuchercreate