Georg Brandl wrote:
> Or disallow tabs altogether.
-1. I'd be annoyed if Python started telling me I wasn't
allowed to write my source the way my preferred editor
(BBEdit) works best. Very annoyed.
--
Greg
___
Python-Dev mailing list
Python-Dev@python
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Aug 16, 2006, at 7:37 AM, Thomas Wouters wrote:
>
> Can I suggest making 'python -t' the default, in 2.6? It makes
> python warn about mixing tabs and spaces in indentation. In Py3k, '-
> tt' (the error-raising version) will be the default,
+1.
Thomas Wouters wrote:
>
> Can I suggest making 'python -t' the default, in 2.6? It makes python
> warn about mixing tabs and spaces in indentation.
+1.
> In Py3k, '-tt' (the
> error-raising version) will be the default, instead.
Or disallow tabs altogether.
> I see too many
> newsbies with
Can I suggest making 'python -t' the default, in 2.6? It makes python warn about mixing tabs and spaces in indentation. In Py3k, '-tt' (the error-raising version) will be the default, instead. I see too many newsbies with problems they can't figure out because they mix tabs and spaces (usually not