Patches item #1469190, was opened at 2006-04-12 13:14 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1469190&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core (C code) Group: Python 3000 Status: Open Resolution: None Priority: 5 Submitted By: Thomas Wouters (twouters) Assigned to: Guido van Rossum (gvanrossum) Summary: Make -tt the default Initial Comment: Small patch to make '-tt' the default option (disallow mixing of tabs and spaces.) '-t' and '-tt' are still accepted, but they don't do anything. It also accepts '-ttt' to turn off errors (but not warnings); if that's not desireable in Py3K (I'm ambivalent myself), we can simplify a fair bit of code in tokenize.c. It also removes the try-and-parse-emacs/vi-tabsize-comments, even with -tt. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1469190&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
