Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cpython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
Cpython
Commits
c0c6ae91
Unverified
Commit
c0c6ae91
authored
Oct 14, 2019
by
Ned Deily
Committed by
GitHub
Oct 14, 2019
Browse files
Options
Downloads
Patches
Plain Diff
Make 3.8 README link to 3.8 doc pages, not master (GH-16776)
parent
80f8532f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+5
-5
5 additions, 5 deletions
README.rst
with
5 additions
and
5 deletions
README.rst
+
5
−
5
View file @
c0c6ae91
...
...
@@ -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
<https://github.com/python/cpython/blob/
master
/Mac/README.rst>`_.
<https://github.com/python/cpython/blob/
3.8
/Mac/README.rst>`_.
On Windows, see `PCbuild/readme.txt
<https://github.com/python/cpython/blob/
master
/PCbuild/readme.txt>`_.
<https://github.com/python/cpython/blob/
3.8
/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 <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
<https://github.com/python/cpython/blob/
3.8
/Misc/NEWS.d>`_, but a full
accounting of changes can only be gleaned from the `commit history
<https://github.com/python/cpython/commits/
master
>`_.
<https://github.com/python/cpython/commits/
3.8
>`_.
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
<https://github.com/python/cpython/blob/
master
/Doc/README.rst>`_.
<https://github.com/python/cpython/blob/
3.8
/Doc/README.rst>`_.
Converting From Python 2.x to 3.x
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment