Message69673
| Author | techtonik |
|---|---|
| Recipients | techtonik |
| Date | 2008-07-15.05:21:32 |
| SpamBayes Score | 0.00014016143 |
| Marked as misclassified | No |
| Message-id | <1216099309.77.0.222118246424.issue3359@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
'rU' universal newline support is useless, because read lines end with '\n' regardless of actual line end in the source file. Applications that care about line ends still open file in binary mode and gather the stats manually. So, to make this mode useful - the 'rbU' should be addded. Otherwise it doesn't worth complication both in C code and in documentation. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-07-15 05:21:51 | techtonik | set | spambayes_score: 0.000140161 -> 0.00014016143 recipients: + techtonik |
| 2008-07-15 05:21:49 | techtonik | set | spambayes_score: 0.000140161 -> 0.000140161 messageid: <1216099309.77.0.222118246424.issue3359@psf.upfronthosting.co.za> |
| 2008-07-15 05:21:47 | techtonik | link | issue3359 messages |
| 2008-07-15 05:21:44 | techtonik | create | |