On 5/24/2012 8:59 PM, Dave Angel wrote:
> so I fixed that, and got
>      inconsistent use of tabs and spaces in indentation
> 
> because you mistakenly used tabs for indentation.
Not to start another tabs-vs.-spaces discussion, but tabs are perfectly
legal indentation in Python. That exception is raised when the
interpreter can't determine how much a line is indented because tabs and
spaces are both used.

-- 
CPython 3.3.0a3 | Windows NT 6.1.7601.17790
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to