commit | d7f07b71538db86e849c3391c26940adeb912d77 | [log] [tgz] |
---|---|---|
author | Sebastian Rittau <[email protected]> | Mon Aug 23 19:55:06 2021 +0200 |
committer | GitHub <[email protected]> | Mon Aug 23 10:55:06 2021 -0700 |
tree | 76797c6535fb057fa34ceaaf60226c40c83babf3 | |
parent | 421e0a4672b75db6a2e91e2f85bf207808b5f138 [diff] |
Add type stubs document (#844) This was originally intended to become a PEP and was written by: Sebastian Rittau <[email protected]> Rebecca Chen <[email protected]> Teddy Sudol <[email protected]> Jelle Zijlstra <[email protected]> Also, remove unnecessary modindex link from main index.
This GitHub repo is used for three separate things:
The issue tracker is used to discuss PEP-level type system issues. However, typing-sig is more appropriate these days.
A backport of the typing
module for older Python versions (2.7 and 3.4) is maintained here. Note that the canonical source lives upstream in the CPython repo.
The typing_extensions
module lives here.
See CONTRIBUTING.md for more.
The typing.py module and its unittests are edited in the src
subdirectory of this repo. The python2
subdirectory contains the Python 2 backport.