Just to follow up on this, here are the subclasses I've found.

Should be updated:
- collections.OrderedDict
- collections.defaultdict
- http.cookies.BaseCookie
- http.cookies.Morsel
- http.cookies.SimpleCookie

Don’t think so:
- typing.TypedDict

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
_______________________________________________
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/BRNLVR4G7TDG7Z2BQMURCSYSTFHDXYW5/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to