diff options
author | Slam <3lnc.slam@gmail.com> | 2020-03-06 11:08:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-06 11:08:17 (GMT) |
commit | 7598a93139a8d76a331d5f30121277031044d35b (patch) | |
tree | 7ebd90b89bb608761e7b84687fb8b488e1a24cb6 /Doc/howto | |
parent | 8767ce92d24d3687405848442e6c67cf0af1c657 (diff) | |
download | cpython-7598a93139a8d76a331d5f30121277031044d35b.zip cpython-7598a93139a8d76a331d5f30121277031044d35b.tar.gz cpython-7598a93139a8d76a331d5f30121277031044d35b.tar.bz2 |
PyPy already supports Python 3 (GH-18774)
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/logging.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index fbe5a11..6316e08 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``. | +-----------------------------------------------+----------------------------------------+ |