#515: Fix tracebacks in the viewcode extension for Python objects that do not have a valid signature.

This commit is contained in:
Georg Brandl
2011-01-03 19:34:21 +01:00
parent eb014a1b64
commit cc8271486b
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
Release 1.0.6 (in development)
==============================
* #515: Fix tracebacks in the viewcode extension for Python objects
that do not have a valid signature.
* Fix strange reportings of line numbers for warnings generated from
autodoc-included docstrings, due to different behavior depending
on docutils version.