Scoping Issues

Andrew Berg bahamutzero8825 at gmail.com
Thu May 24 22:27:31 EDT 2012


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



More information about the Python-list mailing list