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.

作者 ishimoto
收信人 M..Z., amaury.forgeotdarc, flox, ishimoto, pitrou, vstinner
日期 2012-08-01.01:45:03
SpamBayes Score -1.0
Marked as misclassified
Message-id <1343785504.1.0.648133171715.issue13119@psf.upfronthosting.co.za>
In-reply-to
内容
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:04ishimoto修改recipients: + ishimoto, amaury.forgeotdarc, pitrou, vstinner, flox, M..Z.
2012-08-01 01:45:04ishimoto修改messageid: <1343785504.1.0.648133171715.issue13119@psf.upfronthosting.co.za>
2012-08-01 01:45:03ishimoto链接issue13119 messages
2012-08-01 01:45:03ishimoto创建