消息 [167067]
I found 'more' command in Windows7 requires \r\n.
Python 2.7.3:
C:\>python -c "for i in range(5):print(i)"|more
0
1
2
3
4
Python 3.3(trunk):
c:\src\cpython\PCbuild>python -c "for i in range(5):print(i)"|more
????? |
|
| 日期 |
用户 |
动作 |
参数 |
| 2012-08-01 01:45:04 | ishimoto | 修改 | recipients:
+ ishimoto, amaury.forgeotdarc, pitrou, vstinner, flox, M..Z. |
| 2012-08-01 01:45:04 | ishimoto | 修改 | messageid: <1343785504.1.0.648133171715.issue13119@psf.upfronthosting.co.za> |
| 2012-08-01 01:45:03 | ishimoto | 链接 | issue13119 messages |
| 2012-08-01 01:45:03 | ishimoto | 创建 | |
|