Changeset 707 for trunk/doc/testdocs.py

Show
Ignore:
Timestamp:
02/12/10 11:29:45 (2 years ago)
Author:
apdavison
Message:

Some documentation updates

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/testdocs.py

    r637 r707  
    1010 
    1111optionflags = doctest.IGNORE_EXCEPTION_DETAIL+doctest.NORMALIZE_WHITESPACE 
     12#optionflags = doctest.NORMALIZE_WHITESPACE 
    1213 
    1314class MyOutputChecker(doctest.OutputChecker):