A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-dev/2005-August/055187.html below:

[Python-Dev] PEP 8: exception style

[Python-Dev] PEP 8: exception style [Python-Dev] PEP 8: exception styleA.M. Kuchling amk at amk.ca
Sat Aug 6 14:10:01 CEST 2005
PEP 8 doesn't express any preference between the 
two forms of raise statements:
raise ValueError, 'blah'
raise ValueError("blah")

I like the second form better, because if the exception arguments are
long or include string formatting, you don't need to use line
continuation characters because of the containing parens.  Grepping
through the library code, the first form is in the majority, used
roughly 60% of the time.

Should PEP 8 take a position on this?  If yes, which one?

--amk
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4