]> granicus.if.org Git - python/commitdiff
Add links from whatsnew to Windows docs.
authorSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 22:22:13 +0000 (15:22 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 22:22:13 +0000 (15:22 -0700)
Doc/using/windows.rst
Doc/whatsnew/3.6.rst

index 863d62d8ca932fdde52e74ddfbc4d4cfb2262afb..5c2d8641ed2ae603774467656ec71362dadf577c 100644 (file)
@@ -709,7 +709,7 @@ target Python.
 
 
 
-.. finding_modules:
+.. _finding_modules:
 
 Finding modules
 ===============
index ac50137da2f93e43b49ea76731dcf8673ef2e3bb..a5b467bd9d66e2655c17fbaeedbbd858f506e652 100644 (file)
@@ -102,9 +102,12 @@ Windows improvements:
   See :ref:`removing the MAX_PATH limitation <max-path>` for details.
 
 * A ``sys.path`` file can be added to force isolated mode and fully specify
-  all search paths to avoid registry and environment lookup.
+  all search paths to avoid registry and environment lookup. See
+  :ref:`the documentation <finding_modules>` for more information.
 
-* A ``python36.zip`` file now works as a landmark to infer :envvar:`PYTHONHOME`
+* A ``python36.zip`` file now works as a landmark to infer
+  :envvar:`PYTHONHOME`. See :ref:`the documentation <finding_modules>` for
+  more information.
 
 .. PEP-sized items next.