commit | 1b79918641e1db92a30367a7bef7be77fe6a2de2 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Aug 17 14:08:24 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Fri Aug 17 14:08:24 2012 -0400 |
tree | ab10460264d7c1bb6d4917e30304917b5d869442 | |
parent | 7385adc84cf7bc47b6975ba51fbf1da7b0a33b46 [diff] |
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.