We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8a8c0 commit fc03d43Copy full SHA for fc03d43
README.md
@@ -8,7 +8,14 @@ Got a question? File an issue!
8
------------------------------
9
10
We don't have a mailing list; but we are always happy to answer questions
11
-filed as issues in our [tracker](https://github.com/python/mypy/issues).
+filed as issues in our trackers:
12
+- [mypy tracker](https://github.com/python/mypy/issues)
13
+ for mypy isues
14
+- [typeshed tracker](https://github.com/python/typeshed/issues)
15
+ for issues with specific modules
16
+- [typing tracker](https://github.com/python/typing/issues)
17
+ for discussion of new type system features (PEP 484 changes) and
18
+ runtime bugs in the typing module
19
20
21
What is mypy?
0 commit comments