From 525490681455d6407e2681de717e71f2f10260ba Mon Sep 17 00:00:00 2001 From: Slam <3lnc.slam@gmail.com> Date: Wed, 4 Mar 2020 12:27:20 +0100 Subject: [PATCH] Removes notion on PyPy supporting py3 --- Doc/howto/logging.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index fbe5a118d18684..6316e086ef43ba 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``. | +-----------------------------------------------+----------------------------------------+