Add links from whatsnew to Windows docs.

This commit is contained in:
Steve Dower 2016-09-09 15:22:13 -07:00
parent 3aeacad561
commit 3cdd7f57a2
2 changed files with 6 additions and 3 deletions

View File

@ -709,7 +709,7 @@ target Python.
.. finding_modules:
.. _finding_modules:
Finding modules
===============

View 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.