[Python-ideas] allow line break at operators

Jim Jewett jimjjewett at gmail.com
Thu Aug 11 17:39:01 EDT 2011


On Thu, Aug 11, 2011 at 5:29 PM, Devin Jeanpierre
<jeanpierreda at gmail.com> wrote:
> Howeverm indentation errors have been extremely rare in my experience,
> so I'm not really compelled to think it's harmful. Especially since
> 3.x outlaws mixing tabs and spaces.

I normally get them when starting with code from somewhere else (which
might well mixed tabs and spaces, or worse, if emailed or posted to
the web) or when cutting and pasting at an interactive prompt.

-jJ



More information about the Python-list mailing list