commit | d9ab95ff1fe81efdf70e545d536d9f6927d1ba81 | [log] [tgz] |
---|---|---|
author | Andre Delfino <adelfino@gmail.com> | Sun Sep 27 16:07:04 2020 -0300 |
committer | GitHub <noreply@github.com> | Sun Sep 27 12:07:04 2020 -0700 |
tree | 76e87e90ca91d2f398e76e34034c9f5cf5d5aed7 | |
parent | a937ab45d6af4f99ff16fec73d5d75d93c569456 [diff] |
[doc] Leverage the fact that the actual types can now be indexed for typing (GH-22340) This shows users that they can use the actual types. Using deprecated types is confusing. This also prefers colections.abc.Sized instead of the alias typing.Sized. I guess the aliases were created to make it convenient to import all collections related types from the same place. This should be backported to 3.9. Automerge-Triggered-By: @gvanrossum