Re: [Python-3000] -t command line option

2008-06-03 Thread Guido van Rossum
On Tue, Jun 3, 2008 at 2:25 AM, Georg Brandl <[EMAIL PROTECTED]> wrote: > Guido van Rossum schrieb: >> >> On Mon, Jun 2, 2008 at 5:00 PM, Giovanni Bajo <[EMAIL PROTECTED]> wrote: >>> >>> Python 3.0 defaults to "-tt" (error on inconsistent usage of tab and >>> spaces). Then: why is there still a "-t

Re: [Python-3000] -t command line option

2008-06-03 Thread Georg Brandl
Guido van Rossum schrieb: On Mon, Jun 2, 2008 at 5:00 PM, Giovanni Bajo <[EMAIL PROTECTED]> wrote: Python 3.0 defaults to "-tt" (error on inconsistent usage of tab and spaces). Then: why is there still a "-t" and "-tt" command line option? Is just a relic that should be removed? Probably. Thou

Re: [Python-3000] -t command line option

2008-06-02 Thread Guido van Rossum
On Mon, Jun 2, 2008 at 5:00 PM, Giovanni Bajo <[EMAIL PROTECTED]> wrote: > Python 3.0 defaults to "-tt" (error on inconsistent usage of tab and > spaces). Then: why is there still a "-t" and "-tt" command line option? > Is just a relic that should be removed? Probably. Though there are plenty of p

[Python-3000] -t command line option

2008-06-02 Thread Giovanni Bajo
Hello, Python 3.0 defaults to "-tt" (error on inconsistent usage of tab and spaces). Then: why is there still a "-t" and "-tt" command line option? Is just a relic that should be removed? Thanks! -- Giovanni Bajo Develer S.r.l. http://www.develer.com __