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, xtreak
Date 2020-02-25.06:29:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582612140.61.0.0393633268025.issue36144@roundup.psfhosted.org>
In-reply-to
Content
My current PR plans are:

- Docs. This will include the dict docs and the whatsnew 3.9. I assume we have no plans to cover this in the tutorials, etc. Let me know if I'm missing anything here.
- collections.defaultdict, with tests. I don't think this needs docs beyond a short "changed in version 3.9" note.
- collections.OrderedDict, with tests. Ditto defaultdict on docs.
- collections.ChainMap, ditto.
- types.MappingProxy, ditto.

I'll also create a BPO issue to discuss whether the dict subclasses in http.cookies should be updated.

That should do it for CPython; I'm planning on updating typeshed and adding a handful of tests to mypy for TypedDict, etc. after these are landed.

Guido, okay to tag you on these for review?
History
Date User Action Args
2020-02-25 06:29:00brandtbuchersetrecipients: + brandtbucher, gvanrossum, rhettinger, mark.dickinson, scoder, serhiy.storchaka, josh.r, Aaron Hall, slam, xtreak
2020-02-25 06:29:00brandtbuchersetmessageid: <1582612140.61.0.0393633268025.issue36144@roundup.psfhosted.org>
2020-02-25 06:29:00brandtbucherlinkissue36144 messages
2020-02-25 06:29:00brandtbuchercreate