[email protected] (Stefan Ram) writes:
> bartc <[email protected]> writes:
>>Note that your reverse-indentation style is confusing!
>
> In Python, indentation can be significant.
>
> Sometimes, some lines in Python must be indented by 0.
>
> This dictates that Python code cannot be indented
> in posts to differentiate it from the natural-language
> body of the post. Therefore, it's rather the
> natural-language body that has to be indented.
It does not /dictate/ it. It just makes it convenient for people with
certain news readers. If you posted
def f(x):
return x*x
I can select the block starting in column 2 and paste it into a python
REPL quite easily. I prefer software that copes with existing
conventions rather than have the conventions change to make it easy for
the software.
But if I felt I should not indent my python code, I would certainly not
indent my text commentary.
--
Ben.
--
https://mail.python.org/mailman/listinfo/python-list