[Python-checkins] cpython (3.6): Issue #28218: Fixes versionadded description in using/windows.rst

steve.dower python-checkins at python.org
Mon Oct 3 12:15:52 EDT 2016


https://hg.python.org/cpython/rev/de79cc895203
changeset:   104265:de79cc895203
branch:      3.6
parent:      104263:363888141f41
user:        Steve Dower <steve.dower at microsoft.com>
date:        Mon Oct 03 09:15:27 2016 -0700
summary:
  Issue #28218: Fixes versionadded description in using/windows.rst

files:
  Doc/using/windows.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -818,7 +818,7 @@
 .. versionchanged::
    3.6
 
-   * Adds ``sys.path`` file support and removes ``applocal`` option from
+   * Adds ``._pth`` file support and removes ``applocal`` option from
      ``pyvenv.cfg``.
    * Adds ``pythonXX.zip`` as a potential landmark when directly adjacent
      to the executable.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list