This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jerome.radix
Recipients jerome.radix
Date 2011-02-25.14:00:58
SpamBayes Score 4.5231263e-06
Marked as misclassified No
Message-id <1298642459.32.0.849604846008.issue11319@psf.upfronthosting.co.za>
In-reply-to
Content
The attached example mixes tabs and spaces but python does not report any warning when used with -t.

Line 4 contains 1 tab. Lines after line 4 contains spaces.

Tested using :
Python 2.7.1 (r271:86832, Nov 27 2010, 17:19:03) [MSC v.1500 64 bit (AMD64)] on win32

C:\>python -t test_tt.py

C:\>
History
Date User Action Args
2011-02-25 14:00:59jerome.radixsetrecipients: + jerome.radix
2011-02-25 14:00:59jerome.radixsetmessageid: <1298642459.32.0.849604846008.issue11319@psf.upfronthosting.co.za>
2011-02-25 14:00:58jerome.radixlinkissue11319 messages
2011-02-25 14:00:58jerome.radixcreate