]> granicus.if.org Git - python/commit
Issue #15640: Document importlib.abc.Finder as deprecated.
authorBrett Cannon <brett@python.org>
Fri, 17 Aug 2012 18:08:24 +0000 (14:08 -0400)
committerBrett Cannon <brett@python.org>
Fri, 17 Aug 2012 18:08:24 +0000 (14:08 -0400)
commit1b79918641e1db92a30367a7bef7be77fe6a2de2
treeab10460264d7c1bb6d4917e30304917b5d869442
parent7385adc84cf7bc47b6975ba51fbf1da7b0a33b46
Issue #15640: Document importlib.abc.Finder as deprecated.

The code for the class itself isn't deprecated for
backwards-compatibility reasons, but the class shouldn't be directly
inherited by anyone anymore as the API is no longer as widely valid as
it used to be.
Doc/library/importlib.rst
Misc/NEWS