If an autodoc object cannot be imported, always re-read the document and show the full traceback of the import error.

This commit is contained in:
Georg Brandl
2011-01-07 10:19:45 +01:00
parent 2ae79f5272
commit c50054c8da
3 changed files with 21 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
Release 1.0.7 (in development)
==============================
* If an autodoc object cannot be imported, always re-read the
document containing the directive on next build.
* If an autodoc object cannot be imported, show the full traceback
of the import error.
* Fix a bug where the removal of download files and images wasn't
noticed.