commit | f36dc8dbf19eb931d759f58f939fbb7f6d0ed764 | [log] [tgz] |
---|---|---|
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | Wed Aug 18 15:25:57 2021 +0300 |
committer | GitHub <noreply@github.com> | Wed Aug 18 14:25:57 2021 +0200 |
tree | 8c2ad9b8c0074fabf0f5e33b6cb8e9bbecb7c2b4 | |
parent | 0fc0eda1e6b415811d4f94f1af0c90543db48485 [diff] |
Replace deprecated unittest aliases (#836)
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.