diff options
author | Ned Deily <nad@python.org> | 2018-01-31 22:44:09 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-01-31 22:44:09 (GMT) |
commit | 5489bdad5143050b8bb89b648b3c00d951b72d4f (patch) | |
tree | 1dff73947a4206b974742501a8606ec504f8ad80 /README.rst | |
parent | 6e41cd95b5cc9288e94457be60bdcdc0fb6bebae (diff) | |
download | cpython-5489bdad5143050b8bb89b648b3c00d951b72d4f.zip cpython-5489bdad5143050b8bb89b648b3c00d951b72d4f.tar.gz cpython-5489bdad5143050b8bb89b648b3c00d951b72d4f.tar.bz2 |
Start of 3.8.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.7.0 beta 1 -=================================== +This is Python version 3.8.0 alpha 0 +==================================== .. image:: https://travis-ci.org/python/cpython.svg?branch=master :alt: CPython build status on Travis CI @@ -126,7 +126,7 @@ What's New ---------- We have a comprehensive overview of the changes in the `What's New in Python -3.7 <https://docs.python.org/3.7/whatsnew/3.7.html>`_ document. For a more +3.8 <https://docs.python.org/3.8/whatsnew/3.8.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 @@ -139,7 +139,7 @@ entitled "Installing multiple versions". Documentation ------------- -`Documentation for Python 3.7 <https://docs.python.org/3.7/>`_ is online, +`Documentation for Python 3.8 <https://docs.python.org/3.8/>`_ is online, updated daily. It can also be downloaded in many formats for faster access. The documentation @@ -195,8 +195,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.7 with 3.7 being the -primary version, you would execute ``make install`` in your 3.7 build directory +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 and ``make altinstall`` in the others. @@ -226,7 +226,7 @@ All current PEPs, as well as guidelines for submitting a new PEP, are listed at Release Schedule ---------------- -See :pep:`537` for Python 3.7 release details. +See :pep:`569` for Python 3.8 release details. Copyright and License Information |