]> granicus.if.org Git - python/commit
Issue #18342: Use the repr of a module name for ``from ... import
authorBrett Cannon <brett@python.org>
Fri, 12 Jul 2013 15:22:26 +0000 (11:22 -0400)
committerBrett Cannon <brett@python.org>
Fri, 12 Jul 2013 15:22:26 +0000 (11:22 -0400)
commita79e4fb38d6e598be56944ead5753e65ad561bab
treef3a0f201b80165802e325096d8535c5b9eb0083b
parentf0cb69274c735ae5d178acf4bfe7e314b046eb57
Issue #18342: Use the repr of a module name for ``from ... import
...`` when an ImportError occurs.

Other cases had already been switched over to using the repr.

Thanks to Tomasz Maćkowiak for the patch.
Lib/test/test_import.py
Misc/ACKS
Misc/NEWS
Python/ceval.c