Ben Finney added the comment: > import_fresh_module raises an ImportError if *name* can't be imported, or > returns None if the fresh module is not found.
The implementation doesn't seem to raise ImportError when a module import fails. Instead, from what I can tell, it captures any ImportError and returns None. So should the documentation (user docs and docstring) reflect this? Or have I mis-read the implementation? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12645> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com