Re: Indent testers needed (Prothon)
In article <du7wu4xlbd7.fs f@lehtori.cc.tu t.fi>,
Ville Vainio <ville@spammers .com> wrote:[color=blue][color=green][color=darkred]
>>>>>> "Peter" == Peter Hansen <peter@engcorp. com> writes:[/color][/color]
>
> Peter> I heard a rumour Python is heading for "no tabs", period.
> Peter> Why not just
>
>I find this rumor hard to believe - there would have been some more
>official announcement, and the resulting code breakage would be
>major. Not all legacy code can be run through reindent.py either...[/color]
It's not precisely a rumor; Guido has stated that this is one of the
things he's thinking seriously about for Python 3.0. There will be
enough incompatibiliti es that this one won't add much extra strain,
given that the official rules for Python (PEP 8) have mandated only
spaces for several years.
--
Aahz (aahz@pythoncra ft.com) <*> http://www.pythoncraft.com/
"usenet imitates usenet" --Darkhawk
In article <du7wu4xlbd7.fs f@lehtori.cc.tu t.fi>,
Ville Vainio <ville@spammers .com> wrote:[color=blue][color=green][color=darkred]
>>>>>> "Peter" == Peter Hansen <peter@engcorp. com> writes:[/color][/color]
>
> Peter> I heard a rumour Python is heading for "no tabs", period.
> Peter> Why not just
>
>I find this rumor hard to believe - there would have been some more
>official announcement, and the resulting code breakage would be
>major. Not all legacy code can be run through reindent.py either...[/color]
It's not precisely a rumor; Guido has stated that this is one of the
things he's thinking seriously about for Python 3.0. There will be
enough incompatibiliti es that this one won't add much extra strain,
given that the official rules for Python (PEP 8) have mandated only
spaces for several years.
--
Aahz (aahz@pythoncra ft.com) <*> http://www.pythoncraft.com/
"usenet imitates usenet" --Darkhawk
Comment