On 8/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I do have a followup question on the style thing. (I'll leave others to > answer MAL's question about optimization.) If I want to raise an exception > without an argument, which of the following is the proper form? > > raise ValueError > raise ValueError()
The latter. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ 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