This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年08月13日 19:47 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg168138 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年08月13日 19:47 | |
importlib.abc.Finder is no longer the proper level of abstraction for either meta path finders or path entry finders, so direct inheritance should be discouraged by documenting deprecation for the class (actual deprecation will need to be avoided as the constructor gets involved and having that error out if someone sets warnings to errors would be bad). Should probably also document as deprecated importlib.abc.PathEntryFinder.find_module(). Also need to remember to update the inheritance hierarchy now added to the docs with a note next to the class about the deprecation (along with PyLoader and PyPycLoader). |
|||
| msg168454 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年08月17日 18:08 | |
New changeset 4bbb1ff4f7ea by Brett Cannon in branch 'default': Issue #15640: Document importlib.abc.Finder as deprecated. http://hg.python.org/cpython/rev/4bbb1ff4f7ea |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:34 | admin | set | github: 59845 |
| 2012年08月17日 18:08:52 | brett.cannon | set | status: open -> closed resolution: fixed stage: needs patch -> resolved |
| 2012年08月17日 18:08:31 | python-dev | set | nosy:
+ python-dev messages: + msg168454 |
| 2012年08月17日 16:28:09 | asvetlov | set | nosy:
+ asvetlov |
| 2012年08月13日 19:47:27 | brett.cannon | set | title: Document deprecate importlib.abc.Finder -> Document importlib.abc.Finder as deprecated |
| 2012年08月13日 19:47:17 | brett.cannon | create | |