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 jentyk
Recipients jentyk
Date 2015-05-01.17:15:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430500547.87.0.88978573823.issue24106@psf.upfronthosting.co.za>
In-reply-to
Content
In [14]: for i in xrange(10):
   ....:     if 1==1:
   ....:         print "It's true"
   ....: else:
   ....:     print "It isn't true. Seriously??"
   ....:
It's true
It's true
It's true
It's true
It's true
It's true
It's true
It's true
It's true
It's true
It isn't true. Seriously??

Is the behaviour intentional? I do not think so...
History
Date User Action Args
2015-05-01 17:15:47jentyksetrecipients: + jentyk
2015-05-01 17:15:47jentyksetmessageid: <1430500547.87.0.88978573823.issue24106@psf.upfronthosting.co.za>
2015-05-01 17:15:47jentyklinkissue24106 messages
2015-05-01 17:15:47jentykcreate