diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-12-08 17:01:39 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-12-08 17:01:39 (GMT) |
commit | 3b3a7c01bca9729a8e516dc0b045663c72456401 (patch) | |
tree | 4260ce65b51010eb87998a67704b2283f4407d8e /Doc/whatsnew | |
parent | 808e47ee0cb369680b4edb641989f870de71da49 (diff) | |
parent | 20367420c8b32602a550834fa3fb061a9d9a3b55 (diff) | |
download | cpython-3b3a7c01bca9729a8e516dc0b045663c72456401.zip cpython-3b3a7c01bca9729a8e516dc0b045663c72456401.tar.gz cpython-3b3a7c01bca9729a8e516dc0b045663c72456401.tar.bz2 |
Issue #28896: Deprecate WindowsRegistryFinder
Diffstat (limited to 'Doc/whatsnew')
-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 ~~ |