Ned Batchelder added the comment:

@Brian:  Your code doesn't run in Python 2.7 as you've shown it, it produces an 
IndentationError.  If your code is actually different, and does run, try 
running it with the -tt flag on Python, which will warn about inconsistent 
indentation.

----------
nosy: +nedbat

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16571>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to