Changeset 707 for trunk/doc/testdocs.py
- Timestamp:
- 02/12/10 11:29:45 (2 years ago)
- Files:
-
- 1 modified
-
trunk/doc/testdocs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/testdocs.py
r637 r707 10 10 11 11 optionflags = doctest.IGNORE_EXCEPTION_DETAIL+doctest.NORMALIZE_WHITESPACE 12 #optionflags = doctest.NORMALIZE_WHITESPACE 12 13 13 14 class MyOutputChecker(doctest.OutputChecker):
