summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-09 15:22:13 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-09-09 15:22:13 -0700
commit5aa9d2069b5d2c595d0d48cd93624294567584cb (patch)
tree6bc2d329a7774954547992e66664972c1226ad29 /Doc
parent4c08bbdc7c3d50f58256dbd1f6b03f309a55b96c (diff)
downloadcpython-5aa9d2069b5d2c595d0d48cd93624294567584cb.tar.gz
Add links from whatsnew to Windows docs.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/using/windows.rst2
-rw-r--r--Doc/whatsnew/3.6.rst7
2 files changed, 6 insertions, 3 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 863d62d8ca..5c2d8641ed 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -709,7 +709,7 @@ target Python.
-.. finding_modules:
+.. _finding_modules:
Finding modules
===============
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index ac50137da2..a5b467bd9d 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -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.