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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, barry, dlitz, jmfauth, ocean-city, pitrou, vstinner
Date 2008-10-09.23:45:23
SpamBayes Score 7.2892426e-06
Marked as misclassified No
Message-id <1223595928.09.0.844438480888.issue2384@psf.upfronthosting.co.za>
In-reply-to
Content
Committed r66867. 

I had to considerably change the unit tests, because the subprocess 
output is not utf-8 encoded; it's not even the same as sys.stdout, 
because the spawned process uses a PIPE, not a terminal: on my winXP, 
the main interpreter uses cp437, but the subprocess says cp1252. So I 
first run a 'python -c "print(sys.stdout.encoding)"' in the same 
conditions just to retrieve the encoding. fun fun.
I hope this still works on Unixes, will watch the buildbots.
History
Date User Action Args
2008-10-09 23:45:28amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, barry, pitrou, vstinner, ocean-city, jmfauth, dlitz
2008-10-09 23:45:28amaury.forgeotdarcsetmessageid: <1223595928.09.0.844438480888.issue2384@psf.upfronthosting.co.za>
2008-10-09 23:45:24amaury.forgeotdarclinkissue2384 messages
2008-10-09 23:45:24amaury.forgeotdarccreate