diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-10-19 22:46:38 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-10-19 22:46:38 (GMT) |
commit | 25a19247581d512b79e0f2a3e1bdaf56aaa92b6d (patch) | |
tree | 94f51cefef92f92127a19849f77e4e31cad27833 | |
parent | 9f2ac18a270cda14b795f08edcfdff28094b6d30 (diff) | |
parent | c6b1e15788ec0d92653e27dac7e1b7c57b4448fb (diff) | |
download | cpython-25a19247581d512b79e0f2a3e1bdaf56aaa92b6d.zip cpython-25a19247581d512b79e0f2a3e1bdaf56aaa92b6d.tar.gz cpython-25a19247581d512b79e0f2a3e1bdaf56aaa92b6d.tar.bz2 |
Merge 3.6
-rw-r--r-- | Doc/using/windows.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index b6ca0d2..81efbb0 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -818,10 +818,10 @@ non-standard paths in the registry and user site-packages. .. versionchanged:: 3.6 - * Adds ``._pth`` file support and removes ``applocal`` option from - ``pyvenv.cfg``. - * Adds ``pythonXX.zip`` as a potential landmark when directly adjacent - to the executable. + * Adds ``._pth`` file support and removes ``applocal`` option from + ``pyvenv.cfg``. + * Adds ``pythonXX.zip`` as a potential landmark when directly adjacent + to the executable. Additional modules ================== |