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.

作者 georg.brandl
收信人 benjamin.peterson, georg.brandl, quotemstr
日期 2008-07-04.09:05:52
SpamBayes Score 0.10767365
Marked as misclassified
Message-id <1215162354.27.0.883037566508.issue3275@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2008-07-04 09:05:54georg.brandl修改spambayes_score: 0.107674 -> 0.10767365
recipients: + georg.brandl, benjamin.peterson, quotemstr
2008-07-04 09:05:54georg.brandl修改spambayes_score: 0.107674 -> 0.107674
messageid: <1215162354.27.0.883037566508.issue3275@psf.upfronthosting.co.za>
2008-07-04 09:05:53georg.brandl链接issue3275 messages
2008-07-04 09:05:52georg.brandl创建