Re: Proof that \ is a better line joiner than parenthetical sets

2008-06-06 Thread Jordan Greenberg
Joshua Kugler wrote: "Beautiful is better than ugly." And I think putting parenthesis around a multi-line statement is much prettier. So there! :) j And PEP 8 agrees with you. Another vote for parens. -Jordan -- http://mail.python.org/mailman/listinfo/python-list

Re: Proof that \ is a better line joiner than parenthetical sets

2008-06-05 Thread John Salerno
"Joshua Kugler" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > However, according to the Zen of Python, the line before > > "Explicit is better than implicit." > > says: > > "Beautiful is better than ugly." > > And I think putting parenthesis around a multi-line statement is much >

Re: Proof that \ is a better line joiner than parenthetical sets

2008-06-05 Thread Chris Ortner
One or more spaces behind a \ used for joining a multi-line statement can already generate a SyntaxError exception. 2:1 for paranthesis -- http://mail.python.org/mailman/listinfo/python-list

Re: Proof that \ is a better line joiner than parenthetical sets

2008-06-05 Thread Joshua Kugler
John Salerno wrote: > According to the Zen of Python, "explicit is better than implicit", and > the section in the Reference Manual describing the \ line joiner is called > "Explicit line joining" and the section describing parentheticals is > called "Implicit line joining." > > So there! ;) Howe

Proof that \ is a better line joiner than parenthetical sets

2008-06-05 Thread John Salerno
Goofy post of the day... According to the Zen of Python, "explicit is better than implicit", and the section in the Reference Manual describing the \ line joiner is called "Explicit line joining" and the section describing parentheticals is called "Implicit line joining." So there! ;) -- ht