On Sat, Feb 22, 2020 at 11:28 AM Brandt Bucher <brandtbuc...@gmail.com>
wrote:

> Just to follow up on this, here are the subclasses I've found.
>
> Should be updated:
> - collections.OrderedDict
> - collections.defaultdict
>

SGTM.

- http.cookies.BaseCookie
> - http.cookies.Morsel
> - http.cookies.SimpleCookie
>

Are these three cookie classes sufficiently popular that we need to support
`|` on them?


> Don’t think so:
> - typing.TypedDict
>

Agreed, since at runtime this doesn't exist -- calling TypedDict(...)
returns a plain dict instance.


> Already defines the operator:
> - collections.Counter
>
> Not Public (or at least not documented):
> - _strptime.TimeRE
> - builtins.StgDict (this one's only available internally in _ctypes).
> - email._encoded_words._QByteMap
> - enum._EnumDict
> - logging.config.ConvertingDict
> - multiprocessing.pool._PoolCache
> - urllib.parse.Quoter
>

Yeah, let's stay away from these.

-- 
--Guido van Rossum (python.org/~guido)
*Pronouns: he/him **(why is my pronoun here?)*
<http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-change-the-world/>
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/3MXTZFR7NOZMXFMVKJLA4VMVJ6QVHCA5/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to