Skip to content

Commit 7598a93

Browse files
authored
PyPy already supports Python 3 (GH-18774)
1 parent 8767ce9 commit 7598a93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/howto/logging.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,8 +1086,7 @@ need:
10861086
| | :func:`sys._getframe`, which may help |
10871087
| | to speed up your code in environments |
10881088
| | like PyPy (which can't speed up code |
1089-
| | that uses :func:`sys._getframe`), if |
1090-
| | and when PyPy supports Python 3.x. |
1089+
| | that uses :func:`sys._getframe`). |
10911090
+-----------------------------------------------+----------------------------------------+
10921091
| Threading information. | Set ``logging.logThreads`` to ``0``. |
10931092
+-----------------------------------------------+----------------------------------------+

0 commit comments

Comments
 (0)