diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2023-10-11 20:43:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 20:43:03 (GMT) |
commit | 718391f475f2550d99dd794069ca76312f7f6aa6 (patch) | |
tree | 521c301b97b356b85054a0dd0c73b8c8df8000c2 /Doc/using | |
parent | bb7923f556537a463c403dc1097726d8a8e1a6f2 (diff) | |
download | cpython-718391f475f2550d99dd794069ca76312f7f6aa6.zip cpython-718391f475f2550d99dd794069ca76312f7f6aa6.tar.gz cpython-718391f475f2550d99dd794069ca76312f7f6aa6.tar.bz2 |
gh-110631: Fix reST indentation (#110724)
* Fix wrong indentation in the other dirs.
* Fix more wrong indentation.
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/windows.rst | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 51afba9..598bf3c 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -1195,21 +1195,22 @@ Otherwise, your users may experience problems using your application. Note that the first suggestion is the best, as the others may still be susceptible to non-standard paths in the registry and user site-packages. -.. versionchanged:: - 3.6 +.. versionchanged:: 3.6 + + Add ``._pth`` file support and removes ``applocal`` option from + ``pyvenv.cfg``. + +.. versionchanged:: 3.6 - * Adds ``._pth`` file support and removes ``applocal`` option from - ``pyvenv.cfg``. - * Adds :file:`python{XX}.zip` as a potential landmark when directly adjacent - to the executable. + Add :file:`python{XX}.zip` as a potential landmark when directly adjacent + to the executable. -.. deprecated:: - 3.6 +.. deprecated:: 3.6 - Modules specified in the registry under ``Modules`` (not ``PythonPath``) - may be imported by :class:`importlib.machinery.WindowsRegistryFinder`. - This finder is enabled on Windows in 3.6.0 and earlier, but may need to - be explicitly added to :data:`sys.meta_path` in the future. + Modules specified in the registry under ``Modules`` (not ``PythonPath``) + may be imported by :class:`importlib.machinery.WindowsRegistryFinder`. + This finder is enabled on Windows in 3.6.0 and earlier, but may need to + be explicitly added to :data:`sys.meta_path` in the future. Additional modules ================== |