]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
PyPy already supports Python 3 (GH-18774)
authorSlam <3lnc.slam@gmail.com>
Fri, 6 Mar 2020 11:08:17 +0000 (12:08 +0100)
committerGitHub <noreply@github.com>
Fri, 6 Mar 2020 11:08:17 +0000 (11:08 +0000)
Doc/howto/logging.rst

index fbe5a118d186845dac6bde2119f325ff109276c0..6316e086ef43ba25bd15f3804aff5cc45e84ba0a 100644 (file)
@@ -1086,8 +1086,7 @@ need:
 |                                               | :func:`sys._getframe`, which may help  |
 |                                               | to speed up your code in environments  |
 |                                               | like PyPy (which can't speed up code   |
-|                                               | that uses :func:`sys._getframe`), if   |
-|                                               | and when PyPy supports Python 3.x.     |
+|                                               | that uses :func:`sys._getframe`).      |
 +-----------------------------------------------+----------------------------------------+
 | Threading information.                        | Set ``logging.logThreads`` to ``0``.   |
 +-----------------------------------------------+----------------------------------------+