merge with 0.6

This commit is contained in:
Georg Brandl
2009-11-09 00:33:49 +01:00
16 changed files with 128 additions and 73 deletions

View File

@@ -40,8 +40,13 @@ Release 1.0 (in development)
Release 0.6.4 (in development)
==============================
* #238: In autodoc, catch all errors that occur on module import,
not just ``ImportError``.
* Fix the handling of non-data, but non-method descriptors in autodoc.
* When copying file times, ignore OSErrors raised by ``os.utime()``.
Release 0.6.3 (Sep 03, 2009)
============================