[Python-checkins] cpython: Add links from whatsnew to Windows docs.

steve.dower python-checkins at python.org
Fri Sep 9 18:22:22 EDT 2016


https://hg.python.org/cpython/rev/391ffd449a47
changeset:   103483:391ffd449a47
user:        Steve Dower <steve.dower at microsoft.com>
date:        Fri Sep 09 15:22:13 2016 -0700
summary:
  Add links from whatsnew to Windows docs.

files:
  Doc/using/windows.rst |  2 +-
  Doc/whatsnew/3.6.rst  |  7 +++++--
  2 files changed, 6 insertions(+), 3 deletions(-)


diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -709,7 +709,7 @@
 
 
 
-.. finding_modules:
+.. _finding_modules:
 
 Finding modules
 ===============
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -102,9 +102,12 @@
   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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list