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.

classification
Title: Add tests for importlib.machinery.PathFinder
Type: Stage: test needed
Components: Library (Lib) Versions: Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: Arfrever, brett.cannon, python-dev
Priority: normal Keywords:

Created on 2014-02-26 00:09 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg212231 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2014-02-26 00:09
Specifically tests that exercise uses of importlib.abc.PathEntryFinder (i.e. find_module() successfully, find_loader() failing and successful, find_spec() failing and successful).
msg218187 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-05-09 17:38
New changeset fa439bb9d705 by Brett Cannon in branch 'default':
Issue #20776: Flesh out tests for importlib.machinery.PathFinder.
http://hg.python.org/cpython/rev/fa439bb9d705
History
Date User Action Args
2022-04-11 14:57:59adminsetgithub: 64975
2014-05-09 17:38:54brett.cannonsetstatus: open -> closed
resolution: fixed
2014-05-09 17:38:19python-devsetnosy: + python-dev
messages: + msg218187
2014-02-26 23:30:55brett.cannonsetassignee: brett.cannon
2014-02-26 04:47:47Arfreversetnosy: + Arfrever
2014-02-26 00:09:11brett.cannoncreate