Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cdd7f5

Browse files
committed
Add links from whatsnew to Windows docs.
1 parent 3aeacad commit 3cdd7f5

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Doc/using/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ target Python.
709709

710710

711711

712-
.. finding_modules:
712+
.. _finding_modules:
713713

714714
Finding modules
715715
===============

Doc/whatsnew/3.6.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,12 @@ Windows improvements:
102102
See :ref:`removing the MAX_PATH limitation <max-path>` for details.
103103

104104
* A ``sys.path`` file can be added to force isolated mode and fully specify
105-
all search paths to avoid registry and environment lookup.
105+
all search paths to avoid registry and environment lookup. See
106+
:ref:`the documentation <finding_modules>` for more information.
106107

107-
* A ``python36.zip`` file now works as a landmark to infer :envvar:`PYTHONHOME`
108+
* A ``python36.zip`` file now works as a landmark to infer
109+
:envvar:`PYTHONHOME`. See :ref:`the documentation <finding_modules>` for
110+
more information.
108111

109112
.. PEP-sized items next.
110113

0 commit comments

Comments
 (0)