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.

Author ishimoto
Recipients M..Z., amaury.forgeotdarc, flox, ishimoto, pitrou, vstinner
Date 2012-08-01.01:45:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343785504.1.0.648133171715.issue13119@psf.upfronthosting.co.za>
In-reply-to
Content
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
?????
History
Date User Action Args
2012-08-01 01:45:04ishimotosetrecipients: + ishimoto, amaury.forgeotdarc, pitrou, vstinner, flox, M..Z.
2012-08-01 01:45:04ishimotosetmessageid: <1343785504.1.0.648133171715.issue13119@psf.upfronthosting.co.za>
2012-08-01 01:45:03ishimotolinkissue13119 messages
2012-08-01 01:45:03ishimotocreate