#229: Fix autodoc failures with members that raise errors

on ``getattr()``.
This commit is contained in:
Georg Brandl
2009-08-06 22:06:19 +02:00
parent efa16ae0c7
commit c914884f57
3 changed files with 50 additions and 22 deletions

View File

@@ -1,6 +1,9 @@
Release 0.6.3 (in development)
==============================
* #229: Fix autodoc failures with members that raise errors
on ``getattr()``.
* #205: When copying files, don't copy full stat info, only
modification times.