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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28976>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to