From: Ned Deily Date: Mon, 14 Oct 2019 13:14:21 +0000 (-0400) Subject: Make 3.8 README link to 3.8 doc pages, not master (GH-16776) X-Git-Tag: v3.8.0~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0c6ae91f214f763e426e969b986773fe0817730;p=thirdparty%2FPython%2Fcpython.git Make 3.8 README link to 3.8 doc pages, not master (GH-16776) --- diff --git a/README.rst b/README.rst index 74336a4dae47..4bc521448034 100644 --- a/README.rst +++ b/README.rst @@ -75,10 +75,10 @@ dependencies for various Linux distributions and macOS. On macOS, there are additional configure and build options related to macOS framework and universal builds. Refer to `Mac/README.rst -`_. +`_. On Windows, see `PCbuild/readme.txt -`_. +`_. If you wish, you can create a subdirectory and invoke configure from there. For example:: @@ -139,9 +139,9 @@ What's New We have a comprehensive overview of the changes in the `What's New in Python 3.8 `_ document. For a more detailed change log, read `Misc/NEWS -`_, but a full +`_, but a full accounting of changes can only be gleaned from the `commit history -`_. +`_. If you want to install multiple versions of Python, see the section below entitled "Installing multiple versions". @@ -159,7 +159,7 @@ is primarily for documentation authors, translators, and people with special formatting requirements. For information about building Python's documentation, refer to `Doc/README.rst -`_. +`_. Converting From Python 2.x to 3.x