commit | 421e0a4672b75db6a2e91e2f85bf207808b5f138 | [log] [tgz] |
---|---|---|
author | Sebastian Rittau <[email protected]> | Mon Aug 23 19:23:06 2021 +0200 |
committer | GitHub <[email protected]> | Mon Aug 23 10:23:06 2021 -0700 |
tree | 907549b8a1de47b0a3fd7832a92fa3b2c8542929 | |
parent | f36dc8dbf19eb931d759f58f939fbb7f6d0ed764 [diff] |
Add docs/venv to .gitignore (#841) This directory is automatically created by "make -C docs venv".
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.