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 mark.dickinson
Recipients belopolsky, brett.cannon, eric.araujo, mark.dickinson, pitrou
Date 2010-06-15.07:26:49
SpamBayes Score 0.009518065
Marked as misclassified No
Message-id <1276586810.9.0.0237284303057.issue8912@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-06-15 07:26:51mark.dickinsonsetrecipients: + mark.dickinson, brett.cannon, belopolsky, pitrou, eric.araujo
2010-06-15 07:26:50mark.dickinsonsetmessageid: <1276586810.9.0.0237284303057.issue8912@psf.upfronthosting.co.za>
2010-06-15 07:26:49mark.dickinsonlinkissue8912 messages
2010-06-15 07:26:49mark.dickinsoncreate