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 | 5dc1fb3eda58fd01b47e7b3bba7ce1dff226054a (patch) | |
tree | b70b66716e36af68d72237391cc6f043be971a0f /Doc/whatsnew/3.6.rst | |
parent | b5e688a8ff37d4fff06c06d6ec625ac6653306f6 (diff) | |
download | cpython-5dc1fb3eda58fd01b47e7b3bba7ce1dff226054a.zip cpython-5dc1fb3eda58fd01b47e7b3bba7ce1dff226054a.tar.gz cpython-5dc1fb3eda58fd01b47e7b3bba7ce1dff226054a.tar.bz2 |
Issue #28896: Deprecate WindowsRegistryFinder
(grafted from 25df9671663b5f8b1560d58d8842f9676f6dffc2)
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 527e742..ddca2ef 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -1938,6 +1938,10 @@ are now deprecated. They were the only remaining implementations of been deprecated in previous versions of Python in favour of :meth:`importlib.abc.Loader.exec_module`. +The :class:`importlib.machinery.WindowsRegistryFinder` class is now +deprecated. As of 3.6.0, it is still added to :attr:`sys.meta_path` by +default (on Windows), but this may change in future releases. + os ~~ |