When running with "-tt", you can get this error.
[EMAIL PROTECTED] src]$ python -tt
Python 2.3.3 (#1, May 7 2004, 10:31:40)
[GCC 3.3.3 20040412 (Red Hat Linux 3.3.3-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> exec "def f():\n\ta\n b"
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "<string>", line 3
b
^
TabError: inconsistent use of tabs and spaces in indentation
pgpMSKzPbMB1C.pgp
Description: PGP signature
-- http://mail.python.org/mailman/listinfo/python-list
