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 sanders_muc
Recipients sanders_muc
Date 2009-04-05.22:24:47
SpamBayes Score 2.7056272e-08
Marked as misclassified No
Message-id <1238970289.11.0.298374772869.issue5704@psf.upfronthosting.co.za>
In-reply-to
Content
The '-3' command line option in Python 2.6 is supposed to warn whenever
encountering something that would throw an error in Python 3. Mixing of
tabs and spaces has become illegal in Python 3. However, Python 2.6,
called with '-3', passes silently over this unless '-t' was given, too.

Would it not be more consistent to let '-3' imply '-t'?
History
Date User Action Args
2009-04-05 22:24:49sanders_mucsetrecipients: + sanders_muc
2009-04-05 22:24:49sanders_mucsetmessageid: <1238970289.11.0.298374772869.issue5704@psf.upfronthosting.co.za>
2009-04-05 22:24:47sanders_muclinkissue5704 messages
2009-04-05 22:24:47sanders_muccreate