cpython/Lib/importlib
Brett Cannon a7468bc5c6 Have importlib use the repr of a module name in error messages.
This makes it obvious that an import failed because of some extraneous
whitespace (e.g., a newline).

This is a partial fix for issue #8754.
2011-03-23 16:06:00 -07:00
..
test Merged revisions 86596 via svnmerge from 2010-11-21 01:30:29 +00:00
__init__.py
_bootstrap.py Have importlib use the repr of a module name in error messages. 2011-03-23 16:06:00 -07:00
abc.py Issue 10899: Remove function type annotations from the stdlib 2011-01-13 19:08:04 +00:00
machinery.py
util.py