diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-18 21:45:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 21:45:15 (GMT) |
commit | c06c7c489a82b2db023bb947f0c4d21ad93b8308 (patch) | |
tree | ab711e55e2b063484aabfd74da582322c4ee8d3d /Misc/NEWS.d | |
parent | 591bf416090fb00795eed51f6863e3c5d9036c89 (diff) | |
download | cpython-c06c7c489a82b2db023bb947f0c4d21ad93b8308.zip cpython-c06c7c489a82b2db023bb947f0c4d21ad93b8308.tar.gz cpython-c06c7c489a82b2db023bb947f0c4d21ad93b8308.tar.bz2 |
[3.9] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) (GH-29632)
... 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.rst | 1 |
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. |