mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Adds search path changes to whatsnew/3.6.rst
This commit is contained in:
parent
814f9ae33e
commit
d8fdffedaa
1 changed files with 5 additions and 0 deletions
|
@ -101,6 +101,11 @@ Windows improvements:
|
||||||
which means that when the 260 character path limit may no longer apply.
|
which means that when the 260 character path limit may no longer apply.
|
||||||
See :ref:`removing the MAX_PATH limitation <max-path>` for details.
|
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.
|
||||||
|
|
||||||
|
* A ``python36.zip`` file now works as a landmark to infer :envvar:`PYTHONHOME`
|
||||||
|
|
||||||
.. PEP-sized items next.
|
.. PEP-sized items next.
|
||||||
|
|
||||||
.. _pep-4XX:
|
.. _pep-4XX:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue