消息 [167193]
Test for this issue. Tested on Windows7, Ubuntu linux 12.04.
I wonder why "print(1, file=sys.stderr)" returns '1' instead of '1\n'.
But in Python2.7, "print >>sys.stderr, 1" also returns '1',
so this might not be a problem. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2012-08-02 05:20:09 | ishimoto | 修改 | recipients:
+ ishimoto, georg.brandl, amaury.forgeotdarc, pitrou, vstinner, flox, M..Z. |
| 2012-08-02 05:20:09 | ishimoto | 修改 | messageid: <1343884809.78.0.113718573899.issue13119@psf.upfronthosting.co.za> |
| 2012-08-02 05:20:09 | ishimoto | 链接 | issue13119 messages |
| 2012-08-02 05:20:09 | ishimoto | 创建 | |
|