diff options
author | Russel Webber <24542073+RusselWebber@users.noreply.github.com> | 2022-03-23 17:29:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 17:29:40 (GMT) |
commit | c62b944dfc98911a5050389fa6ac753e283fee1f (patch) | |
tree | f6cf2c9b44bb5cc598b9f979da0994b8a4d59894 /Doc/whatsnew/3.7.rst | |
parent | fe010605f87f988ef1053e372d1c3898d2633d96 (diff) | |
download | cpython-c62b944dfc98911a5050389fa6ac753e283fee1f.zip cpython-c62b944dfc98911a5050389fa6ac753e283fee1f.tar.gz cpython-c62b944dfc98911a5050389fa6ac753e283fee1f.tar.bz2 |
bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082)
Diffstat (limited to 'Doc/whatsnew/3.7.rst')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index dcbd092..5ce637a 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -2474,7 +2474,7 @@ Windows-only Changes The file used to override :data:`sys.path` is now called ``<python-executable>._pth`` instead of ``'sys.path'``. -See :ref:`finding_modules` for more information. +See :ref:`windows_finding_modules` for more information. (Contributed by Steve Dower in :issue:`28137`.) |