]> granicus.if.org Git - python/commit
- Changed option directives to be example-specific. (i.e., they now
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 12 Aug 2004 02:27:44 +0000 (02:27 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Thu, 12 Aug 2004 02:27:44 +0000 (02:27 +0000)
commit74bca7aa44be315c669edcc0e02126fdd927062b
treea483d0122d8ead21c05e6af3498142c8d198e0fd
parentac20f57c2810ad980953d6d8f65fb6f3e2c6c741
- Changed option directives to be example-specific.  (i.e., they now
  modify option flags for a single example; they do not turn options
  on or off.)
- Added "indent" and "options" attributes for Example
- Got rid of add_newlines param to DocTestParser._parse_example (it's
  no longer needed; Example's constructor now takes care of it).
- Added some docstrings
Lib/doctest.py
Lib/test/test_doctest.py