[issue33883] doc Mention mypy, pytype and PyAnnotate in FAQ
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
New submission from Andrés Delfino <adelfino@gmail.com>: As far as I know, mypy and pytype are more advanced that any of the other tools mentioned in the FAQ for static analysis, however we are not touching them. PR adds mentions. ---------- assignee: docs@python components: Documentation messages: 319798 nosy: adelfino, docs@python priority: normal severity: normal status: open title: doc Mention mypy, pytype and PyAnnotate in FAQ type: enhancement versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33883> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Change by Andrés Delfino <adelfino@gmail.com>: ---------- keywords: +patch pull_requests: +7368 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33883> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Andrés Delfino <adelfino@gmail.com> added the comment: I'm adding Pyre to the list of type checkers. I have also simplified the proposed text. ---------- title: doc Mention mypy, pytype and PyAnnotate in FAQ -> doc Mention mypy, pyrex, pytype and PyAnnotate in FAQ _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33883> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Benjamin Peterson <benjamin@python.org> added the comment: New changeset a37825418649873a0fa971dc7e5e6d142c124574 by Benjamin Peterson (Andrés Delfino) in branch 'master': closes bpo-33883: Mention type checkers in the FAQ. (GH-7760) https://github.com/python/cpython/commit/a37825418649873a0fa971dc7e5e6d142c1... ---------- nosy: +benjamin.peterson resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33883> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +8605 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33883> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset c9ece5f4a961d4963ed42aefa934eb20f9a7222b by Miss Islington (bot) in branch '3.7': closes bpo-33883: Mention type checkers in the FAQ. (GH-7760) https://github.com/python/cpython/commit/c9ece5f4a961d4963ed42aefa934eb20f9a... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33883> _______________________________________
participants (3)
-
Andrés Delfino
-
Benjamin Peterson
-
miss-islington