This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: doc Mention mypy, pyrex, pytype and PyAnnotate in FAQ
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: adelfino, benjamin.peterson, docs@python, miss-islington
Priority: normal Keywords: patch

Created on 2018-06-17 00:52 by adelfino, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7760 merged adelfino, 2018-06-17 00:53
PR 9161 merged miss-islington, 2018-09-11 05:12
Messages (4)
msg319798 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-06-17 00:52
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.
msg320435 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-06-25 19:55
I'm adding Pyre to the list of type checkers. I have also simplified the proposed text.
msg324988 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2018-09-11 05:12
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/a37825418649873a0fa971dc7e5e6d142c124574
msg324989 - (view) Author: miss-islington (miss-islington) Date: 2018-09-11 05:27
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/c9ece5f4a961d4963ed42aefa934eb20f9a7222b
History
Date User Action Args
2022-04-11 14:59:01adminsetgithub: 78064
2018-09-11 05:27:05miss-islingtonsetnosy: + miss-islington
messages: + msg324989
2018-09-11 05:12:54miss-islingtonsetpull_requests: + pull_request8605
2018-09-11 05:12:45benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg324988

resolution: fixed
stage: patch review -> resolved
2018-06-25 19:55:15adelfinosetmessages: + msg320435
title: doc Mention mypy, pytype and PyAnnotate in FAQ -> doc Mention mypy, pyrex, pytype and PyAnnotate in FAQ
2018-06-17 00:53:45adelfinosetkeywords: + patch
stage: patch review
pull_requests: + pull_request7368
2018-06-17 00:52:16adelfinocreate