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 vstinner
Recipients pwronisz, vinay.sajip, vstinner
Date 2013-10-15.15:16:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381850185.12.0.900143020396.issue19267@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand the purpose of fs.decode(stream.encoding): why not directly using ufs=u'%s\n"?

@Pawel: Can you please try to replace ufs=fs.decode(stream.encoding) with ufs=u'%s\n'?
History
Date User Action Args
2013-10-15 15:16:25vstinnersetrecipients: + vstinner, vinay.sajip, pwronisz
2013-10-15 15:16:25vstinnersetmessageid: <1381850185.12.0.900143020396.issue19267@psf.upfronthosting.co.za>
2013-10-15 15:16:25vstinnerlinkissue19267 messages
2013-10-15 15:16:25vstinnercreate