This issue might be useful about it: https://bugs.python.org/issue39019
On Sun, Feb 23, 2020 at 2:12 PM Ethan Smith <[email protected]> wrote: > > While working on the implementation with Guido I made a list of things that > inherit from typing.Generic in typeshed that haven't been listed/implemented > yet. > > https://github.com/gvanrossum/cpython/pull/1#issuecomment-582781121 > > > > On Sat, Feb 22, 2020, 3:50 PM Nick Coghlan <[email protected]> wrote: >> >> This looks like a nice usability improvement to me. >> >> My only suggestion would be that types.MappingProxyType be included on the >> list of types to be updated. >> >> Cheers, >> Nick. >> _______________________________________________ >> Python-Dev mailing list -- [email protected] >> To unsubscribe send an email to [email protected] >> https://mail.python.org/mailman3/lists/python-dev.python.org/ >> Message archived at >> https://mail.python.org/archives/list/[email protected]/message/EYU3VDK7T4OVT7MXM5OWOPFA4YKWXVDE/ >> Code of Conduct: http://python.org/psf/codeofconduct/ > > _______________________________________________ > Python-Dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/Z47AGWUR5ZVQQ7GEEFQYPE5HBCUMEL44/ > Code of Conduct: http://python.org/psf/codeofconduct/ _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/SMSLIJOYCEFN6TEWHFX7ELO5FWKJEGYK/ Code of Conduct: http://python.org/psf/codeofconduct/
