Message167067
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
????? |
|
Date |
User |
Action |
Args |
2012-08-01 01:45:04 | ishimoto | set | recipients:
+ ishimoto, amaury.forgeotdarc, pitrou, vstinner, flox, M..Z. |
2012-08-01 01:45:04 | ishimoto | set | messageid: <1343785504.1.0.648133171715.issue13119@psf.upfronthosting.co.za> |
2012-08-01 01:45:03 | ishimoto | link | issue13119 messages |
2012-08-01 01:45:03 | ishimoto | create | |
|