RELEASED Python 3.0 final

William McBrine wmcbrine at users.sf.net
Sat Dec 6 17:43:30 EST 2008


On Fri, 05 Dec 2008 12:16:47 -0800, Fernando H. Sanches wrote:

> I agree that the tab/space thing should be changed. Would it be too hard
> to make the parser see if the indentation is consistent in the whole
> file?

*Something* has changed. I had a piece of code where, without realizing 
it, I had a tab mixed in with the spaces at the start of one line in a 
block. In 2.5, it worked, silently. In 3.0, I got an indentation error.

-- 
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 -- pass it on



More information about the Python-list mailing list