On May 14, 2005, at 2:34 PM, Aahz wrote: > On Fri, May 13, 2005, Greg Ewing wrote: > > Sounds reasonable, but it should be equally easy to handle:: > > raise MyError, "message"
Make that: raise MyError("message") There's really no reason for a multi-argument raise when exceptions are objects anyhow. James _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com