Message282667
Here's my proposed doc change for 3.6.0. Any concerns about wording? (The change to remove the line from _bootstrap_external.py will be separate, for ease of cherry-picking.) diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -806,6 +806,10 @@ .. versionadded:: 3.3 + .. deprecated:: 3.6 + Use :mod:`site` configuration instead. Future versions of Python may + not enable this finder by default. + .. class:: PathFinder diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -823,6 +823,14 @@ * 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 ================== | |
Date | User | Action | Args | 2016-12-07 21:01:28 | steve.dower | set | recipients: + steve.dower, brett.cannon, paul.moore, ncoghlan, tim.golden, ned.deily, eric.snow, zach.ware, izbyshev | 2016-12-07 21:01:28 | steve.dower | set | messageid: <1481144488.85.0.15664398761.issue28896@psf.upfronthosting.co.za> | 2016-12-07 21:01:28 | steve.dower | link | issue28896 messages | 2016-12-07 21:01:28 | steve.dower | create | | |