Fix tests for 3.10rc1 and up (#872)

1 file changed
tree: 932806b7ed05f61bf52245e7d0a0a22568290081
  1. .github/
  2. docs/
  3. drafts/
  4. python2/
  5. src/
  6. typing_extensions/
  7. .flake8-tests
  8. .gitignore
  9. .travis.yml
  10. CONTRIBUTING.md
  11. LICENSE
  12. MANIFEST.in
  13. README.md
  14. setup.cfg
  15. setup.py
  16. test-requirements.txt
  17. tox.ini
  18. update-mypy.sh
  19. update-stdlib.sh
README.md

Chat at https://gitter.im/python/typing

Static Typing for Python

Documentation and Support

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.

Repository Content

This GitHub repo is used for several things:

Workflow

  • 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.