commit | 19b1958730f290ad6bf309653d76f222906f0c41 | [log] [tgz] |
---|---|---|
author | Edward Loper <edloper@gradient.cis.upenn.edu> | Wed Aug 25 23:07:03 2004 +0000 |
committer | Edward Loper <edloper@gradient.cis.upenn.edu> | Wed Aug 25 23:07:03 2004 +0000 |
tree | c55dcc59d2602f07eec240a998fd433353434831 | |
parent | d2afee47b13854c265a5fb8eb5a53daf7b27ecf9 [diff] |
Only recognize the expected output as an exception if it *starts* with a traceback message. I.e., examples that raise exceptions may no longer generate pre-exception output. This restores the behavior of doctest in python 2.3. The ability to check pre-exception output is being removed because it makes the documentation simpler; and because there are very few use cases for it.