summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-05-19 02:33:01 (GMT)
committerGitHub <noreply@github.com>2020-05-19 02:33:01 (GMT)
commitd4fe098d1ee4f4056ac65cae55f5ffdd439dede0 (patch)
tree68ecea7a92cd666eca0acd93635adff58ff64814 /README.rst
parent9095f76613c8dd67beb21992def837bb8a37ed25 (diff)
downloadcpython-d4fe098d1ee4f4056ac65cae55f5ffdd439dede0.zip
cpython-d4fe098d1ee4f4056ac65cae55f5ffdd439dede0.tar.gz
cpython-d4fe098d1ee4f4056ac65cae55f5ffdd439dede0.tar.bz2
Python 3.10.0a0 (GH-20198)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 8230395..96c9561 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-This is Python version 3.9.0 alpha 6
-====================================
+This is Python version 3.10.0 alpha 0
+=====================================
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
:alt: CPython build status on Travis CI
@@ -141,7 +141,7 @@ What's New
----------
We have a comprehensive overview of the changes in the `What's New in Python
-3.9 <https://docs.python.org/3.9/whatsnew/3.9.html>`_ document. For a more
+3.10 <https://docs.python.org/3.10/whatsnew/3.10.html>`_ document. For a more
detailed change log, read `Misc/NEWS
<https://github.com/python/cpython/blob/master/Misc/NEWS.d>`_, but a full
accounting of changes can only be gleaned from the `commit history
@@ -154,7 +154,7 @@ entitled "Installing multiple versions".
Documentation
-------------
-`Documentation for Python 3.9 <https://docs.python.org/3.9/>`_ is online,
+`Documentation for Python 3.10 <https://docs.python.org/3.10/>`_ is online,
updated daily.
It can also be downloaded in many formats for faster access. The documentation
@@ -213,8 +213,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.9 with 3.9 being the
-primary version, you would execute ``make install`` in your 3.9 build directory
+For example, if you want to install Python 2.7, 3.6, and 3.10 with 3.10 being the
+primary version, you would execute ``make install`` in your 3.10 build directory
and ``make altinstall`` in the others.