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.

作者 mark.dickinson
收信人 belopolsky, brett.cannon, eric.araujo, mark.dickinson, pitrou
日期 2010-06-15.07:26:49
SpamBayes Score 0.009518065
Marked as misclassified
Message-id <1276586810.9.0.0237284303057.issue8912@psf.upfronthosting.co.za>
In-reply-to
内容
Nitpick:  shouldn't that

    len(line) > 79

be

    len(line) > 80

?  Either that, or strip the line ending from the line before computing its length.
历史
日期 用户 动作 参数
2010-06-15 07:26:51mark.dickinson修改recipients: + mark.dickinson, brett.cannon, belopolsky, pitrou, eric.araujo
2010-06-15 07:26:50mark.dickinson修改messageid: <1276586810.9.0.0237284303057.issue8912@psf.upfronthosting.co.za>
2010-06-15 07:26:49mark.dickinson链接issue8912 messages
2010-06-15 07:26:49mark.dickinson创建