New submission from Jérôme Radix :
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
Changes by Jérôme Radix :
--
nosy: +jerome.radix
___
Python tracker
<http://bugs.python.org/issue11375>
___
___
Python-bugs-list mailing list
Unsubscribe:
Jérôme Radix added the comment:
There seems to be a small problem with parameters when calling _vformat. Your
test is OK because _vformat raises an exception before using those parameters.
See test_vformat_assert.patch for a correction proposal.
--
nosy: +jerome.radix
Added file
Changes by Jérôme Radix :
--
nosy: +Jérôme Radix
___
Python tracker
<http://bugs.python.org/issue6792>
___
___
Python-bugs-list mailing list
Unsubscribe:
Jérôme Radix added the comment:
Could you please change the priority of this Issue to 'High' as this problem is
a big annoyance for all Windows 64bits users which is a rather large niche of
users (a niche getting larger and larger everyday), don