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

Simon Anders report at bugs.python.org
Mon Apr 6 00:24:49 CEST 2009


New submission from Simon Anders <sanders at fs.tum.de>:

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'?

----------
components: Interpreter Core
messages: 85581
nosy: sanders_muc
severity: normal
status: open
title: Command line option '-3' should imply '-t'
type: behavior
versions: Python 2.6, Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5704>
_______________________________________


More information about the Python-bugs-list mailing list