From: Slam <3lnc.slam@gmail.com> Date: Fri, 6 Mar 2020 11:08:17 +0000 (+0100) Subject: PyPy already supports Python 3 (GH-18774) X-Git-Tag: v3.9.0a5~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7598a93139a8d76a331d5f30121277031044d35b;p=thirdparty%2FPython%2Fcpython.git PyPy already supports Python 3 (GH-18774) --- diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index fbe5a118d186..6316e086ef43 100644 --- a/Doc/howto/logging.rst +++ b/Doc/howto/logging.rst @@ -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``. | +-----------------------------------------------+----------------------------------------+