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, docs@python, woo yoo
Date 2016-12-15.10:03:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481796188.95.0.691464598818.issue28976@psf.upfronthosting.co.za>
In-reply-to
Content
code :
>>> if 1<2<3:print(123);print(op);

Output:
123
Traceback (most recent call last):
.... 
NameError:...
History
Date User Action Args
2016-12-15 10:03:08woo yoosetrecipients: + woo yoo, docs@python, brendan-donegan
2016-12-15 10:03:08woo yoosetmessageid: <1481796188.95.0.691464598818.issue28976@psf.upfronthosting.co.za>
2016-12-15 10:03:08woo yoolinkissue28976 messages
2016-12-15 10:03:08woo yoocreate