消息 [74611]
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:28 | amaury.forgeotdarc | 修改 | recipients:
+ amaury.forgeotdarc, barry, pitrou, vstinner, ocean-city, jmfauth, dlitz |
| 2008-10-09 23:45:28 | amaury.forgeotdarc | 修改 | messageid: <1223595928.09.0.844438480888.issue2384@psf.upfronthosting.co.za> |
| 2008-10-09 23:45:24 | amaury.forgeotdarc | 链接 | issue2384 messages |
| 2008-10-09 23:45:24 | amaury.forgeotdarc | 创建 | |
|