[Python-ideas] allow line break at operators
Devin Jeanpierre
jeanpierreda at gmail.com
Thu Aug 11 18:29:37 EDT 2011
Well the tabs&spaces issue is no longer an issue as far as I
understand it (such a change to indent semantics could only go into
3.x), and cutting and pasting to the interpreter is obvious anyway
just visually, regardless of the specific error message.
The other issue sounds reasonable. Code that has indentation stripped
or mangled due to the transition medium would be even harder to
recompose.
Devin
On Thu, Aug 11, 2011 at 5:39 PM, Jim Jewett <jimjjewett at gmail.com> wrote:
> 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