commit | 575ad2e038f7a834ee779b358d90fee9dfc38c3c | [log] [tgz] |
---|---|---|
author | Charlie Boutier <[email protected]> | Mon Jul 08 19:13:46 2024 +0000 |
committer | Charlie Boutier <[email protected]> | Mon Jul 08 19:13:46 2024 +0000 |
tree | b2c710fe4d1306bd157b78c6bdfb0255a28a97b9 | |
parent | 0f9de4435eccc3c023e68f243620ffb8449428df [diff] |
typing_extensions: use newest version Bug: 346342230 Change-Id: Ic54bd3c8c8f4ac6b44e34e42d4c7cc44e9abc830 Test: ab
The documentation for Python's static typing can be found at typing.readthedocs.io. You can get help either in our support forum or chat with us on Gitter.
Improvements to the type system should be discussed on the typing-sig mailing list, although the issues in this repository contain some historic discussions.
This GitHub repository is used for several things:
The typing_extensions
module lives in the typing_extensions directory.
The documentation at typing.readthedocs.io is maintained in the docs directory.
A discussion forum for typing-related user help is hosted here.
Historically, this repository hosted a backport of the typing
module for older Python versions. The last released version, supporting Python 2.7 and 3.4, is available at PyPI.
See CONTRIBUTING.md for more.