commit | 0f9de4435eccc3c023e68f243620ffb8449428df | [log] [tgz] |
---|---|---|
author | Krzysztof KosiĆski <[email protected]> | Wed Sep 21 22:28:40 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Sep 21 22:28:40 2022 +0000 |
tree | cb44db917e170d25d2d1eaaba3ba6bb668873ae9 | |
parent | 2dc175977f3093dab690242f8b008fab651b3150 [diff] | |
parent | be7727b15e92980fafb191d5544c8440b044b047 [diff] |
Remove Python enables identical to global defaults. am: 94e52716ac am: cbef6d1a0e am: 10e1ca56fd am: 379e28f44d am: be7727b15e Original change: https://android-review.googlesource.com/c/platform/external/python/typing/+/2222561 Change-Id: I4ae62e81144b888cd0dcbc6c0d4235318f3bbea0 Signed-off-by: Automerger Merge Worker <[email protected]>
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.