[issue28976] incorrect description that dose not conform to the actual behavior

woo yoo report at bugs.python.org
Thu Dec 15 10:35:54 EST 2016


woo yoo added the comment:

In fact, I'm a newcomer to Python. When i have experimented with those description interactively using Python interpreter, i got confused.

I don't know how to submit a patch.If the description were changed by me,it would be:
>if x<y<z:print(x);print(y);print(z) 
>is equivalent to
>if x<y<z:
>    print(x)
>    print(y)
>    print(z)

----------

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


More information about the Python-bugs-list mailing list