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 gvanrossum
Recipients alexandre.vassalotti, amaury.forgeotdarc, gvanrossum
Date 2007-08-29.18:32:14
SpamBayes Score 0.26857692
Marked as misclassified No
Message-id <1188412334.82.0.734671164565.issue1029@psf.upfronthosting.co.za>
In-reply-to
Content
I'ev fixed this slightly differently, by simply changing the *default*
of the newline argument to StringIO to be "\n".  This is a good default;
but I see no reason to prevent users from messing with it if they have a
need.
History
Date User Action Args
2007-08-29 18:32:14gvanrossumsetspambayes_score: 0.268577 -> 0.26857692
recipients: + gvanrossum, amaury.forgeotdarc, alexandre.vassalotti
2007-08-29 18:32:14gvanrossumsetspambayes_score: 0.268577 -> 0.268577
messageid: <1188412334.82.0.734671164565.issue1029@psf.upfronthosting.co.za>
2007-08-29 18:32:14gvanrossumlinkissue1029 messages
2007-08-29 18:32:14gvanrossumcreate