Skip to content

Commit 942f7d4

Browse files
a4ff7810gvanrossum
authored andcommitted
Removal of section regarding comparison between mypy and PyPy (#4417)
1 parent 2dc3d22 commit 942f7d4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/source/faq.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,6 @@ features will be supported in a restricted form (for example, runtime
167167
modification is only supported for classes or methods registered as
168168
dynamic or 'patchable').
169169

170-
How is mypy different from PyPy?
171-
********************************
172-
173-
*This answer relates to PyPy as a Python implementation. See also the answer related to RPython below.*
174-
175-
Mypy and PyPy are orthogonal. Mypy does static type checking, i.e. it
176-
is basically a linter, but static typing has no runtime effect,
177-
whereas the PyPy is an Python implementation. You can use PyPy to run
178-
mypy programs.
179-
180170
How is mypy different from Cython?
181171
**********************************
182172

0 commit comments

Comments
 (0)