mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Add links from whatsnew to Windows docs.
This commit is contained in:
parent
3aeacad561
commit
3cdd7f57a2
2 changed files with 6 additions and 3 deletions
|
@ -709,7 +709,7 @@ target Python.
|
|||
|
||||
|
||||
|
||||
.. finding_modules:
|
||||
.. _finding_modules:
|
||||
|
||||
Finding modules
|
||||
===============
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue