summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.6.rst
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-17 19:54:06 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-17 19:54:06 (GMT)
commited51b268580c1100b46bf5dbc4b4201146019644 (patch)
treeae52e3f469b71aa5e9634502eedf3c4e50c9f141 /Doc/whatsnew/3.6.rst
parent313523ce2dd67db67b7dcbcc5f6d6ca95922b34b (diff)
downloadcpython-ed51b268580c1100b46bf5dbc4b4201146019644.zip
cpython-ed51b268580c1100b46bf5dbc4b4201146019644.tar.gz
cpython-ed51b268580c1100b46bf5dbc4b4201146019644.tar.bz2
Issue #28137: Renames Windows path file to ._pth
Issue #28138: Windows ._pth file should allow import site
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r--Doc/whatsnew/3.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 941a5eb..cabff60 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -108,7 +108,7 @@ 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
+* A ``._pth`` file can be added to force isolated mode and fully specify
all search paths to avoid registry and environment lookup. See
:ref:`the documentation <finding_modules>` for more information.