Message192621
| 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? |
|