From: Steve Dower Date: Fri, 9 Sep 2016 22:22:13 +0000 (-0700) Subject: Add links from whatsnew to Windows docs. X-Git-Tag: v3.6.0b1~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cdd7f57a2a316935442823f57a3a78d69b57183;p=thirdparty%2FPython%2Fcpython.git Add links from whatsnew to Windows docs. --- diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 863d62d8ca93..5c2d8641ed2a 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 ac50137da2f9..a5b467bd9d66 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 ` 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 ` 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 ` for + more information. .. PEP-sized items next.