"reraise" & Exception Transformation (was Re: Modules implicitly exposing exceptions from other modules)

Adrian Eyre a.eyre at optichrome.com
Wed Feb 16 11:55:25 EST 2000


> 	raise NNTPError, NNTPError((val, my_interesting_local_state()), tb

I believe...

raise NNTPError, (val, my_interesting_local_state()), tb

...will suffice.

-----------------------------------------------------------------
Adrian Eyre <a.eyre at optichrome.com> - http://www.optichrome.com 





More information about the Python-list mailing list