commit | 9b625d3037815a6753fca21ad19711a92bebec54 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Aug 04 20:04:32 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Aug 04 20:04:32 2004 +0000 |
tree | fb81ecf74c56e24c7cd5a6e0a349042a5383cea5 | |
parent | 8485b562164304d068dfac4cee0f5108251eda55 [diff] |
Example.__init__: this cannot use assert, because that fails to trigger in a -O run, and so test_doctest was failing under -O. Simple cause, simple cure.