summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-05-08 02:40:52 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-05-08 02:40:52 (GMT)
commite851177536b44ebc616ddbe51aebcd1f30857f34 (patch)
tree451893b9098ea0f16447b66fb4be5b5600f67281 /README.rst
parent8d32a5c8c4e9c90b0a21e8b2fa0cd567465ced2b (diff)
downloadcpython-e851177536b44ebc616ddbe51aebcd1f30857f34.zip
cpython-e851177536b44ebc616ddbe51aebcd1f30857f34.tar.gz
cpython-e851177536b44ebc616ddbe51aebcd1f30857f34.tar.bz2
Python 3.12.0a0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 5a2b1ad..c3a83bd 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-This is Python version 3.11.0 beta 1
-====================================
+This is Python version 3.12.0 alpha 0
+=====================================
.. image:: https://github.com/python/cpython/workflows/Tests/badge.svg
:alt: CPython build status on GitHub Actions
@@ -133,7 +133,7 @@ What's New
----------
We have a comprehensive overview of the changes in the `What's New in Python
-3.11 <https://docs.python.org/3.11/whatsnew/3.11.html>`_ document. For a more
+3.12 <https://docs.python.org/3.12/whatsnew/3.12.html>`_ document. For a more
detailed change log, read `Misc/NEWS
<https://github.com/python/cpython/blob/main/Misc/NEWS.d>`_, but a full
accounting of changes can only be gleaned from the `commit history
@@ -146,7 +146,7 @@ entitled "Installing multiple versions".
Documentation
-------------
-`Documentation for Python 3.11 <https://docs.python.org/3.11/>`_ is online,
+`Documentation for Python 3.12 <https://docs.python.org/3.12/>`_ is online,
updated daily.
It can also be downloaded in many formats for faster access. The documentation
@@ -206,8 +206,8 @@ intend to install multiple versions using the same prefix you must decide which
version (if any) is your "primary" version. Install that version using ``make
install``. Install all other versions using ``make altinstall``.
-For example, if you want to install Python 2.7, 3.6, and 3.11 with 3.11 being the
-primary version, you would execute ``make install`` in your 3.11 build directory
+For example, if you want to install Python 2.7, 3.6, and 3.12 with 3.12 being the
+primary version, you would execute ``make install`` in your 3.12 build directory
and ``make altinstall`` in the others.
@@ -238,7 +238,7 @@ All current PEPs, as well as guidelines for submitting a new PEP, are listed at
Release Schedule
----------------
-See :pep:`664` for Python 3.11 release details.
+See :pep:`664` for Python 3.12 release details.
Copyright and License Information