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 georg.brandl
Recipients benjamin.peterson, georg.brandl, quotemstr
Date 2008-07-04.09:05:52
SpamBayes Score 0.10767365
Marked as misclassified No
Message-id <1215162354.27.0.883037566508.issue3275@psf.upfronthosting.co.za>
In-reply-to
Content
What real-life use case do you have for a condition that is a boolean
operation on two constant values anyway? Things like

while 1:
   ...

are properly optimized since they serve a useful purpose.
History
Date User Action Args
2008-07-04 09:05:54georg.brandlsetspambayes_score: 0.107674 -> 0.10767365
recipients: + georg.brandl, benjamin.peterson, quotemstr
2008-07-04 09:05:54georg.brandlsetspambayes_score: 0.107674 -> 0.107674
messageid: <1215162354.27.0.883037566508.issue3275@psf.upfronthosting.co.za>
2008-07-04 09:05:53georg.brandllinkissue3275 messages
2008-07-04 09:05:52georg.brandlcreate