commit | fcc7df6f12d50bc5cd40835549944ebe357095ab | [log] [tgz] |
---|---|---|
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | Mon May 03 01:00:26 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon May 03 10:00:26 2021 +0200 |
tree | ccc5e47ea6c00a97d4082d5fa5b19e044e530c49 | |
parent | edd78b2253abffc5cc82c32a43c22845fb7c465f [diff] |
add CONTRIBUTING.md (#806)
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.