Message 107849 - Python tracker
Message107849
| 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:51 | mark.dickinson | set | recipients: + mark.dickinson, brett.cannon, belopolsky, pitrou, eric.araujo |
| 2010-06-15 07:26:50 | mark.dickinson | set | messageid: <1276586810.9.0.0237284303057.issue8912@psf.upfronthosting.co.za> |
| 2010-06-15 07:26:49 | mark.dickinson | link | issue8912 messages |
| 2010-06-15 07:26:49 | mark.dickinson | create | |