Issue 16752: Missing import in modulefinder.py (original) (raw)

Issue16752

Created on 2012-12-22 19:45 by theller, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue16752.diff berker.peksag,2012-12-22 22:03 review
Messages (4)
msg177951 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2012-12-22 19:45
It seems the statement import importlib is missing in 3.3's modulefinder.py
msg177957 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2012-12-22 22:03
Here is a patch with a test case.
msg177961 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-12-23 00:38
New changeset 1b9b7cb136db by Brett Cannon in branch '3.3': Issue #16752: Add a missing import to modulefinder. http://hg.python.org/cpython/rev/1b9b7cb136db
msg177962 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2012-12-23 00:40
This was committed in default through rev d22e9e3a3326 but there was some error in the connection from hg.python.org and so it didn't get tacked on. Thanks to Thomas for the report and Berker for the patch!
History
Date User Action Args
2022-04-11 14:57:39 admin set github: 60956
2012-12-23 00:40:51 brett.cannon set status: open -> closednosy: + brett.cannonmessages: + resolution: fixedstage: resolved
2012-12-23 00:38:41 python-dev set nosy: + python-devmessages: +
2012-12-22 22:03:54 berker.peksag set files: + issue16752.diffversions: + Python 3.4nosy: + berker.peksagmessages: + keywords: + patch
2012-12-22 19:45:48 theller create