Author gvanrossum
Recipients amaury.forgeotdarc, christian.heimes, draghuram, gvanrossum
Date 2007-11-07.17:41:31
SpamBayes Score 0.0172773
Marked as misclassified No
Message-id <1194457291.72.0.380930781186.issue1395@psf.upfronthosting.co.za>
In-reply-to
Content
This looks promising, but my head hurts when I try to understand the
code that's already there and think about whether your patch will always
do the right thing...  I'll look more later.

Regarding "universal newlines without translation:" that means that \r\n
and \r are recognized as line endings (as is \n) and that readline()
will return whatever line end it sees.  Compare this to setting
newline="\n"; then \r is not treated as a line ending at all (and if the
input is a\rb\n, the next readline call would return that entire string).
History
Date User Action Args
2007-11-07 17:41:31gvanrossumsetspambayes_score: 0.0172773 -> 0.0172773
recipients: + gvanrossum, amaury.forgeotdarc, draghuram, christian.heimes
2007-11-07 17:41:31gvanrossumsetspambayes_score: 0.0172773 -> 0.0172773
messageid: <1194457291.72.0.380930781186.issue1395@psf.upfronthosting.co.za>
2007-11-07 17:41:31gvanrossumlinkissue1395 messages
2007-11-07 17:41:31gvanrossumcreate