[issue16752] Missing import in modulefinder.py

2012-12-22 Thread Brett Cannon
Brett Cannon added the comment: 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! -- nosy: +brett.cannon resolution: -> fixed st

[issue16752] Missing import in modulefinder.py

2012-12-22 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python tracker

[issue16752] Missing import in modulefinder.py

2012-12-22 Thread Berker Peksag
Berker Peksag added the comment: Here is a patch with a test case. -- keywords: +patch nosy: +berker.peksag versions: +Python 3.4 Added file: http://bugs.python.org/file28401/issue16752.diff ___ Python tracker

[issue16752] Missing import in modulefinder.py

2012-12-22 Thread Thomas Heller
New submission from Thomas Heller: It seems the statement import importlib is missing in 3.3's modulefinder.py -- components: Library (Lib) messages: 177951 nosy: theller priority: normal severity: normal status: open title: Missing import in modulefinder.py versions: Python 3.3 ___