summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-11-18 21:46:06 (GMT)
committerGitHub <noreply@github.com>2021-11-18 21:46:06 (GMT)
commit2a630e716e488ac420d308736568829f76e388a3 (patch)
treea7b305f74bfa793f0c846ac99a9dee65eb81ec2a /Misc/NEWS.d
parentfde9f61e70bc38850783c81bf7c80c764ba6d9fa (diff)
downloadcpython-2a630e716e488ac420d308736568829f76e388a3.zip
cpython-2a630e716e488ac420d308736568829f76e388a3.tar.gz
cpython-2a630e716e488ac420d308736568829f76e388a3.tar.bz2
[3.10] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606)
... To the Installation paths section of the sysconfig doc. (cherry picked from commit 4575c01b750cd26377e803247c38d65dad15e26a) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Documentation/2021-11-18-00-07-40.bpo-45788.qibUoB.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-11-18-00-07-40.bpo-45788.qibUoB.rst b/Misc/NEWS.d/next/Documentation/2021-11-18-00-07-40.bpo-45788.qibUoB.rst
new file mode 100644
index 0000000..8aa3293
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2021-11-18-00-07-40.bpo-45788.qibUoB.rst
@@ -0,0 +1 @@
+Link doc for sys.prefix to sysconfig doc on installation paths.