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 ryles
Recipients pjenvey, ryles
Date 2009-05-22.03:34:59
SpamBayes Score 5.8210756e-09
Marked as misclassified No
Message-id <1242963303.41.0.277586330223.issue6082@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the quick response, Philip. Makes even more sense now that I see:

Python 2.6.1 (r261:67515, Apr  2 2009, 18:25:55)
[GCC 4.1.2 20071124 (Red Hat 4.1.2-42)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> open('/dev/stdout').readline()
hello
'hello\n'
>>> open('/dev/stdin').readline()
hello
'hello\n'
>>>
History
Date User Action Args
2009-05-22 03:35:05rylessetrecipients: + ryles, pjenvey
2009-05-22 03:35:03rylessetmessageid: <1242963303.41.0.277586330223.issue6082@psf.upfronthosting.co.za>
2009-05-22 03:35:01ryleslinkissue6082 messages
2009-05-22 03:34:59rylescreate