New submission from Jérôme Radix <[email protected]>: 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:\> ---------- components: Interpreter Core files: test_tt.py messages: 129368 nosy: jerome.radix priority: normal severity: normal status: open title: Command line option -t (and -tt) does not work for a particular case type: behavior versions: Python 2.7 Added file: http://bugs.python.org/file20889/test_tt.py _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue11319> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
