Issue 33883: doc Mention mypy, pyrex, pytype and PyAnnotate in FAQ (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/78064
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) * ![]() |
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) * ![]() |
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) * ![]() |
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:01 | admin | set | github: 78064 |
2018-09-11 05:27:05 | miss-islington | set | nosy: + miss-islingtonmessages: + |
2018-09-11 05:12:54 | miss-islington | set | pull_requests: + <pull%5Frequest8605> |
2018-09-11 05:12:45 | benjamin.peterson | set | status: open -> closednosy: + benjamin.petersonmessages: + resolution: fixedstage: patch review -> resolved |
2018-06-25 19:55:15 | adelfino | set | messages: + title: doc Mention mypy, pytype and PyAnnotate in FAQ -> doc Mention mypy, pyrex, pytype and PyAnnotate in FAQ |
2018-06-17 00:53:45 | adelfino | set | keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest7368> |
2018-06-17 00:52:16 | adelfino | create |