Fix strange reportings of line numbers for warnings generated from

autodoc-included docstrings, due to different behavior depending
on docutils version.
This commit is contained in:
Georg Brandl
2011-01-03 15:55:30 +01:00
parent 13ebda2b76
commit 69e5b91b2d
4 changed files with 15 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
Release 1.0.6 (in development)
==============================
* Fix strange reportings of line numbers for warnings generated from
autodoc-included docstrings, due to different behavior depending
on docutils version.
* Several fixes to the C++ domain.