File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -806,6 +806,10 @@ find and load modules.
806806
807807 .. versionadded :: 3.3
808808
809+ .. deprecated :: 3.6
810+ Use :mod: `site ` configuration instead. Future versions of Python may
811+ not enable this finder by default.
812+
809813
810814.. class :: PathFinder
811815
Original file line number Diff line number Diff line change @@ -823,6 +823,14 @@ non-standard paths in the registry and user site-packages.
823823 * Adds ``pythonXX.zip `` as a potential landmark when directly adjacent
824824 to the executable.
825825
826+ .. deprecated ::
827+ 3.6
828+
829+ Modules specified in the registry under ``Modules `` (not ``PythonPath ``)
830+ may be imported by :class: `importlib.machinery.WindowsRegistryFinder `.
831+ This finder is enabled on Windows in 3.6.0 and earlier, but may need to
832+ be explicitly added to :attr: `sys.meta_path ` in the future.
833+
826834Additional modules
827835==================
828836
Original file line number Diff line number Diff line change @@ -1938,6 +1938,10 @@ are now deprecated. They were the only remaining implementations of
19381938been deprecated in previous versions of Python in favour of
19391939:meth: `importlib.abc.Loader.exec_module `.
19401940
1941+ The :class: `importlib.machinery.WindowsRegistryFinder ` class is now
1942+ deprecated. As of 3.6.0, it is still added to :attr: `sys.meta_path ` by
1943+ default (on Windows), but this may change in future releases.
1944+
19411945os
19421946~~
19431947
Original file line number Diff line number Diff line change 22Python News
33+++++++++++
44
5+ What's New in Python 3.6.0 release candidate 2
6+ ==============================================
7+
8+ *Release date: XXXX-XX-XX*
9+
10+ Windows
11+ -------
12+
13+ - Issue #28896: Deprecate WindowsRegistryFinder
14+
15+
516What's New in Python 3.6.0 release candidate 1
617==============================================
718
You can’t perform that action at this time.
0 commit comments