[issue18342] Use the repr of a module name for ImportError in ceval.c

2013-07-12 Thread Brett Cannon
Brett Cannon added the comment: Patch is in (only moved the tests to a different class) and added Tomasz to the ACKS file. Thanks for the patch! -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python trac

[issue18342] Use the repr of a module name for ImportError in ceval.c

2013-07-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset c3f9292c8efe by Brett Cannon in branch 'default': Issue #18342: Use the repr of a module name for ``from ... import http://hg.python.org/cpython/rev/c3f9292c8efe -- nosy: +python-dev ___ Python tracker <

[issue18342] Use the repr of a module name for ImportError in ceval.c

2013-07-12 Thread Brett Cannon
Changes by Brett Cannon : -- title: Use the repr of a module name for ModuleNotFoundError in ceval.c -> Use the repr of a module name for ImportError in ceval.c ___ Python tracker _