mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-103484: Fix redirected permanently URLs (#104001)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
This commit is contained in:
parent
82ba6ce303
commit
68ed2a2a3f
40 changed files with 78 additions and 60 deletions
|
@ -74,7 +74,7 @@ PyPy
|
|||
and a Just in Time compiler. One of the goals of the project is to encourage
|
||||
experimentation with the language itself by making it easier to modify the
|
||||
interpreter (since it is written in Python). Additional information is
|
||||
available on `the PyPy project's home page <https://pypy.org/>`_.
|
||||
available on `the PyPy project's home page <https://www.pypy.org/>`_.
|
||||
|
||||
Each of these implementations varies in some way from the language as documented
|
||||
in this manual, or introduces specific information beyond what's covered in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue