Closes #860: Do not crash when encountering invalid doctest examples, just emit a warning.

This commit is contained in:
Georg Brandl
2012-01-29 10:29:44 +01:00
parent 5727c053c2
commit 5b63fbfd44
2 changed files with 10 additions and 2 deletions

View File

@@ -17,6 +17,9 @@ Release 1.1.3 (in development)
* #859: Fix exception under certain circumstances when not finding
appropriate objects to link to.
* #860: Do not crash when encountering invalid doctest examples, just
emit a warning.
Release 1.1.2 (Nov 1, 2011) -- 1.1.1 is a silly version number anyway!
======================================================================