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

woo yoo report at bugs.python.org
Wed Dec 14 22:24:55 EST 2016


New submission from woo yoo:

The paragraph that describes the precedence of semicolon encounters a minor error, which said :
"Also note that the semicolon binds tighter than the colon in this context, so that in the following example, either all or none of the print() calls are executed:
if x < y < z: print(x); print(y); print(z)" 
However,the series of print function calls could execute partly if the previous ones are legal.

----------
assignee: docs at python
components: Documentation
messages: 283232
nosy: docs at python, woo yoo
priority: normal
severity: normal
status: open
title: incorrect description that dose not conform to the actual behavior
versions: Python 3.5

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


More information about the docs mailing list