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

woo yoo report at bugs.python.org
Thu Dec 15 05:03:08 EST 2016


woo yoo added the comment:

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

Output:
123
Traceback (most recent call last):
.... 
NameError:...

----------

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


More information about the docs mailing list