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 rnk
Recipients abbot, astrand, belopolsky, brian.curtin, dmalcolm, filippo, giampaolo.rodola, guettli, orsenthil, pitrou, r.david.murray, rnk, srid
Date 2010-07-21.07:13:36
SpamBayes Score 0.016276935
Marked as misclassified No
Message-id <1279696427.85.0.108265266014.issue5673@psf.upfronthosting.co.za>
In-reply-to
Content
When I ported the patch I tested on trunk + Windows to py3k, I messed that stuff up.  I also had to fix a bunch of str vs. bytes issues this time around.  On Windows, it uses TextIOWrapper to do the encoding, and on POSIX it uses os.write, so I have to do the encoding myself.  :p

This patch has been tested on Windows Vista and Mac OS X 10.5.
History
Date User Action Args
2010-07-21 07:13:48rnksetrecipients: + rnk, guettli, astrand, belopolsky, orsenthil, pitrou, giampaolo.rodola, abbot, r.david.murray, brian.curtin, srid, dmalcolm, filippo
2010-07-21 07:13:47rnksetmessageid: <1279696427.85.0.108265266014.issue5673@psf.upfronthosting.co.za>
2010-07-21 07:13:46rnklinkissue5673 messages
2010-07-21 07:13:45rnkcreate