[issue5704] Command line option '-3' should imply '-t'

2009-04-12 Thread Georg Brandl
Georg Brandl added the comment: Added in r71507. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ ___ Python-

[issue5704] Command line option '-3' should imply '-t'

2009-04-07 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> georg.brandl nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue5704] Command line option '-3' should imply '-t'

2009-04-05 Thread Simon Anders
New submission from Simon Anders : 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 unles