This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author woo yoo
Recipients brendan-donegan, brendand, docs@python, r.david.murray, woo yoo
Date 2016-12-15.15:35:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481816154.87.0.99733921822.issue28976@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2016-12-15 15:35:54woo yoosetrecipients: + woo yoo, r.david.murray, docs@python, brendan-donegan, brendand
2016-12-15 15:35:54woo yoosetmessageid: <1481816154.87.0.99733921822.issue28976@psf.upfronthosting.co.za>
2016-12-15 15:35:54woo yoolinkissue28976 messages
2016-12-15 15:35:54woo yoocreate