Brandt Bucher <brandtbuc...@gmail.com> added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36144>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to