diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-12-07 21:02:27 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-12-07 21:02:27 (GMT) |
commit | 20367420c8b32602a550834fa3fb061a9d9a3b55 (patch) | |
tree | ca1b0d1b1fd1b04451990a2787f22f396b7552f7 /Doc/using | |
parent | eae64fda5beb687ec3fd51e98ca78dac00d06db7 (diff) | |
download | cpython-20367420c8b32602a550834fa3fb061a9d9a3b55.zip cpython-20367420c8b32602a550834fa3fb061a9d9a3b55.tar.gz cpython-20367420c8b32602a550834fa3fb061a9d9a3b55.tar.bz2 |
Issue #28896: Deprecate WindowsRegistryFinder
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/windows.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 81efbb0..3e4b70e 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -823,6 +823,14 @@ non-standard paths in the registry and user site-packages. * Adds ``pythonXX.zip`` as a potential landmark when directly adjacent to the executable. +.. 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 :attr:`sys.meta_path` in the future. + Additional modules ================== |