diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-06-04 20:12:32 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-06-04 20:12:32 (GMT) |
commit | 9ab2fb1c68a75115da92d51b8c40b74f60f88561 (patch) | |
tree | 3541182d6a95de095405200ca265afb14abbb279 /README.rst | |
parent | 23d7ce747167cceeeae526a53a6044ec2dc47cbb (diff) | |
download | cpython-9ab2fb1c68a75115da92d51b8c40b74f60f88561.zip cpython-9ab2fb1c68a75115da92d51b8c40b74f60f88561.tar.gz cpython-9ab2fb1c68a75115da92d51b8c40b74f60f88561.tar.bz2 |
Bump to 3.9.0a0
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,5 +1,5 @@ -This is Python version 3.8.0 beta 1 -=================================== +This is Python version 3.9.0 alpha 0 +==================================== .. image:: https://travis-ci.org/python/cpython.svg?branch=master :alt: CPython build status on Travis CI @@ -140,7 +140,7 @@ What's New ---------- We have a comprehensive overview of the changes in the `What's New in Python -3.8 <https://docs.python.org/3.8/whatsnew/3.8.html>`_ document. For a more +3.9 <https://docs.python.org/3.9/whatsnew/3.9.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 @@ -153,7 +153,7 @@ entitled "Installing multiple versions". Documentation ------------- -`Documentation for Python 3.8 <https://docs.python.org/3.8/>`_ is online, +`Documentation for Python 3.9 <https://docs.python.org/3.9/>`_ is online, updated daily. It can also be downloaded in many formats for faster access. The documentation @@ -212,8 +212,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.8 with 3.8 being the -primary version, you would execute ``make install`` in your 3.8 build directory +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 and ``make altinstall`` in the others. @@ -243,7 +243,7 @@ All current PEPs, as well as guidelines for submitting a new PEP, are listed at Release Schedule ---------------- -See :pep:`569` for Python 3.8 release details. +See :pep:`596` for Python 3.9 release details. Copyright and License Information |