]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Adds search path changes to whatsnew/3.6.rst
authorSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 22:09:30 +0000 (15:09 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 22:09:30 +0000 (15:09 -0700)
Doc/whatsnew/3.6.rst

index 9a1648643ac1fe1c8e3945fb5fe37a8f75e4a781..0f9627e2ee9c5f764cb21f68c1d0f6f3b1c213e3 100644 (file)
@@ -101,6 +101,11 @@ Windows improvements:
   which means that when the 260 character path limit may no longer apply.
   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-4XX: