[Python-checkins] PyPy already supports Python 3 (GH-18774)

Slam webhook-mailer at python.org
Fri Mar 6 06:08:24 EST 2020


https://github.com/python/cpython/commit/7598a93139a8d76a331d5f30121277031044d35b
commit: 7598a93139a8d76a331d5f30121277031044d35b
branch: master
author: Slam <3lnc.slam at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-03-06T11:08:17Z
summary:

PyPy already supports Python 3 (GH-18774)

files:
M Doc/howto/logging.rst

diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
index fbe5a118d1868..6316e086ef43b 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``.   |
 +-----------------------------------------------+----------------------------------------+



More information about the Python-checkins mailing list