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

woo yoo report at bugs.python.org
Thu Dec 15 05:21:20 EST 2016


woo yoo added the comment:

code :
>>> if 1<2<3:print(123);print(op);print(opi);

Output:
123
Traceback (most recent call last):
.... 
NameError:name 'op' is not defined

The third 'print' call hasn't been executed.

----------

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


More information about the Python-bugs-list mailing list