From: Steve Dower Date: Fri, 9 Sep 2016 22:09:30 +0000 (-0700) Subject: Adds search path changes to whatsnew/3.6.rst X-Git-Tag: v3.6.0b1~164^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8fdffedaa71a260d59ff67400d49be4643b90f0;p=thirdparty%2FPython%2Fcpython.git Adds search path changes to whatsnew/3.6.rst --- diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 9a1648643ac1..0f9627e2ee9c 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -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 ` 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: