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.

作者 amaury.forgeotdarc
收信人 amaury.forgeotdarc, barry, dlitz, jmfauth, ocean-city, pitrou, vstinner
日期 2008-10-09.23:45:23
SpamBayes Score 7.2892426e-06
Marked as misclassified
Message-id <1223595928.09.0.844438480888.issue2384@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2008-10-09 23:45:28amaury.forgeotdarc修改recipients: + amaury.forgeotdarc, barry, pitrou, vstinner, ocean-city, jmfauth, dlitz
2008-10-09 23:45:28amaury.forgeotdarc修改messageid: <1223595928.09.0.844438480888.issue2384@psf.upfronthosting.co.za>
2008-10-09 23:45:24amaury.forgeotdarc链接issue2384 messages
2008-10-09 23:45:24amaury.forgeotdarc创建