Message3295

Author colinhevans
Recipients colinhevans
Date 2008-06-20.19:11:13
SpamBayes Score 0.020477198
Marked as misclassified No
Message-id <1213989083.48.0.168054817479.issue1061@psf.upfronthosting.co.za>
In-reply-to
Content
PyFile accepts a Writer and should accept a Reader as well, as there
isn't any other way to force a PyFile to use a specific encoding.

As an aside, a lot of Jython code relies on the "platform encoding"
(i.e. PyString.from_bytes) without allowing an encoding to be specified.
History
Date User Action Args
2008-06-20 19:11:24colinhevanssetspambayes_score: 0.0204772 -> 0.020477198
recipients: + colinhevans
2008-06-20 19:11:23colinhevanssetspambayes_score: 0.0204772 -> 0.0204772
messageid: <1213989083.48.0.168054817479.issue1061@psf.upfronthosting.co.za>
2008-06-20 19:11:22colinhevanslinkissue1061 messages
2008-06-20 19:11:21colinhevanscreate