[issue16393] typo in pkgutil.py

2012-11-03 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Wrong name in Lib/pkgutil.py:iter_importers ___ Python tracker ___

[issue16393] typo in pkgutil.py

2012-11-03 Thread Berker Peksag
Berker Peksag added the comment: Duplicate of issue 16163. -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing

[issue16393] typo in pkgutil.py

2012-11-03 Thread Stefan Behnel
New submission from Stefan Behnel: My guess is that line 454 in pkgutil.py should pass "pkg_name" into the import_module() function, not "pkg". I get the following error when compiling it with Cython: Error compiling Cython file: ...