commit | 74bca7aa44be315c669edcc0e02126fdd927062b | [log] [tgz] |
---|---|---|
author | Edward Loper <edloper@gradient.cis.upenn.edu> | Thu Aug 12 02:27:44 2004 +0000 |
committer | Edward Loper <edloper@gradient.cis.upenn.edu> | Thu Aug 12 02:27:44 2004 +0000 |
tree | a483d0122d8ead21c05e6af3498142c8d198e0fd | |
parent | ac20f57c2810ad980953d6d8f65fb6f3e2c6c741 [diff] |
- 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