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@python components: Documentation messages: 283232 nosy: docs@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 <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