[Python-Dev] Unit testing (again)

Tim Peters tim.one@home.com
Tue, 13 Feb 2001 16:42:19 -0500


[MAL]
> Since exception message are not defined anywhere I'd suggest
> to simply ignore them in the output.

Virtually nothing about Python's output is clearly defined, and for doc
purposes I want to capture what Python actually does.

> About the traceback output format: how about adding some
> re support instead of using string.find() ?!

Why?  I never use regexps where simple string matches work, and neither
should you <wink>.