summaryrefslogtreecommitdiff
path: root/Lib/test/test_doctest2.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a small bug. doctest didn't handle unicode docstrings containingJim Fulton2004-10-131-0/+7
| | | | non-ascii characters.
* Merging from tim-doctest-branch, which is now closed.Tim Peters2004-08-061-0/+7
This primarily adds more powerful ways to work with unittest, including spiffy support for building suites out of doctests in non-Python "text files".