added changelog for improved doctest counting

This commit is contained in:
holger krekel 2013-05-17 20:48:51 +02:00
parent 242b67de17
commit afbeb056f0
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ Changes between 2.3.5 and 2.4.DEV
when importing markers between modules. Specifying conditions when importing markers between modules. Specifying conditions
as strings will remain fully supported. as strings will remain fully supported.
- improved doctest counting for doctests in python modules --
files without any doctest items will not show up anymore
and doctest examples are counted as separate test items.
thanks Danilo Bellini.
- fix issue245 by depending on the released py-1.4.14 - fix issue245 by depending on the released py-1.4.14
which fixes py.io.dupfile to work with files with no which fixes py.io.dupfile to work with files with no
mode. Thanks Jason R. Coombs. mode. Thanks Jason R. Coombs.