Merge in 0.5 bugfixes.

This commit is contained in:
Georg Brandl
2008-12-15 12:33:24 +01:00
3 changed files with 27 additions and 7 deletions

View File

@@ -31,6 +31,13 @@ New features added
Release 0.5.1 (in development)
==============================
* Don't crash on failing doctests with non-ASCII characters.
* Don't crash on writing status messages and warnings containing
unencodable characters.
* Warn if a doctest extension block doesn't contain any code.
* Fix the handling of ``:param:`` and ``:type:`` doc fields when
they contain markup (especially cross-referencing roles).