This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bignose
Recipients adam-collard, bignose, docs@python, eli.bendersky, ezio.melotti, ncoghlan
Date 2013-07-08.06:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373265774.57.0.599232668188.issue12645@psf.upfronthosting.co.za>
In-reply-to
Content
> 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?
History
Date User Action Args
2013-07-08 06:42:54bignosesetrecipients: + bignose, ncoghlan, ezio.melotti, eli.bendersky, adam-collard, docs@python
2013-07-08 06:42:54bignosesetmessageid: <1373265774.57.0.599232668188.issue12645@psf.upfronthosting.co.za>
2013-07-08 06:42:54bignoselinkissue12645 messages
2013-07-08 06:42:54bignosecreate