]> granicus.if.org Git - python/commit
- Added __docformat__
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 12 Aug 2004 02:34:27 +0000 (02:34 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 12 Aug 2004 02:34:27 +0000 (02:34 +0000)
commit8e4a34ba090a4ad9753ea8d9ccf95703c85fdbb4
tree376bc708032ff21cf85bff23a1bf9f82a7254c14
parent74bca7aa44be315c669edcc0e02126fdd927062b
- Added __docformat__
- Added comments for some regexps
- If the traceback type/message don't match, then still print full
  traceback in report_failure (not just the first & last lines)
- Renamed DocTestRunner.__failure_header -> _failure_header
Lib/doctest.py
Lib/test/test_doctest.py