[issue5598] "paths" argument missing in DocFileSuite documentation

2009-03-31 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r70896. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue5598] "paths" argument missing in DocFileSuite documentation

2009-03-29 Thread harobed
New submission from harobed : This is DocFileSuite function source code (http://svn.python.org/view/python/trunk/Lib/doctest.py) : :: def DocFileSuite(*paths, **kw): """A unittest suite for one or more doctest files. The path to each doctest file is given as a string; the