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 gvanrossum
Recipients gvanrossum, jerome.radix, jerub
Date 2012-07-07.15:43:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341675792.79.0.618569861497.issue11319@psf.upfronthosting.co.za>
In-reply-to
Content
The -t feature is not technically about rejecting all code that mixes tabs and spaces.  It is only about detecting code that mixes tabs and spaces IN SUCH A WAY THAT THE TAB SIZE AFFECTS THE VALIDITY OR MEANING OF THE CODE.

The sample program is only invalid if the tab size is >= 12 (or zero).

I don't think we should care about people who set their tab size > 8 -- realistically what people do is set it to values <= 8 (but >= 1), and their mistakes will be adequately caught.
History
Date User Action Args
2012-07-07 15:43:12gvanrossumsetrecipients: + gvanrossum, jerub, jerome.radix
2012-07-07 15:43:12gvanrossumsetmessageid: <1341675792.79.0.618569861497.issue11319@psf.upfronthosting.co.za>
2012-07-07 15:43:12gvanrossumlinkissue11319 messages
2012-07-07 15:43:12gvanrossumcreate