diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 22:22:13 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 22:22:13 (GMT) |
commit | 3cdd7f57a2a316935442823f57a3a78d69b57183 (patch) | |
tree | 2f9e76ac067e352901b5db20c47049ecf0a316e4 /Doc/whatsnew | |
parent | 3aeacad561bb65e7f1b43a29f4e5c18d2a62a828 (diff) | |
download | cpython-3cdd7f57a2a316935442823f57a3a78d69b57183.zip cpython-3cdd7f57a2a316935442823f57a3a78d69b57183.tar.gz cpython-3cdd7f57a2a316935442823f57a3a78d69b57183.tar.bz2 |
Add links from whatsnew to Windows docs.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index ac50137..a5b467b 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. |