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 gvanrossum
Recipients Aaron Hall, brandtbucher, gvanrossum, josh.r, mark.dickinson, rhettinger, scoder, serhiy.storchaka, slam, xtreak
Date 2020-02-25.15:07:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJ9uMtQFkyScB7cc3BEX-zzM4tV8w-Mohq0U-_-unhTig@mail.gmail.com>
In-reply-to <1582612140.61.0.0393633268025.issue36144@roundup.psfhosted.org>
Content
Yup, great plan.

On Mon, Feb 24, 2020 at 22:29 Brandt Bucher <report@bugs.python.org> wrote:

>
> Brandt Bucher <brandtbucher@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 <report@bugs.python.org>
> <https://bugs.python.org/issue36144>
> _______________________________________
>
-- 
--Guido (mobile)
History
Date User Action Args
2020-02-25 15:07:40gvanrossumsetrecipients: + gvanrossum, rhettinger, mark.dickinson, scoder, serhiy.storchaka, josh.r, Aaron Hall, slam, xtreak, brandtbucher
2020-02-25 15:07:40gvanrossumlinkissue36144 messages
2020-02-25 15:07:40gvanrossumcreate