summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/howto/logging.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
index fbe5a118d1..6316e086ef 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``. |
+-----------------------------------------------+----------------------------------------+