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 leonov
Recipients leonov
Date 2009-07-22.23:05:37
SpamBayes Score 3.207309e-08
Marked as misclassified No
Message-id <1248303938.8.0.0396452746091.issue6541@psf.upfronthosting.co.za>
In-reply-to
Content
Some properties seem to be broken no matter if the underlying storage
system is file or StringIO.

Properties: encoding, newlines, and softspace

And the method: xreadlines()

I'm not sure what the correct behaviour should be (although I'm pretty
sure xreadlines() should just be deleted -- but when?), so I haven't
tried to patch the code.  The attached patch is a just (a beginners idea
of a) test to confirm the problem.
History
Date User Action Args
2009-07-22 23:05:38leonovsetrecipients: + leonov
2009-07-22 23:05:38leonovsetmessageid: <1248303938.8.0.0396452746091.issue6541@psf.upfronthosting.co.za>
2009-07-22 23:05:37leonovlinkissue6541 messages
2009-07-22 23:05:37leonovcreate