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 pjenvey
Recipients pjenvey, ryles
Date 2009-05-22.01:45:51
SpamBayes Score 5.7128036e-06
Marked as misclassified No
Message-id <1242956755.11.0.776171763529.issue6082@psf.upfronthosting.co.za>
In-reply-to
Content
They are the same file, namely your tty

Python 2.6 (r26:66714, Oct  8 2008, 22:16:30) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import os, sys
>>> [os.ttyname(fp.fileno()) for fp in sys.stdin, sys.stdout, sys.stderr]
['/dev/ttys002', '/dev/ttys002', '/dev/ttys002']
History
Date User Action Args
2009-05-22 01:45:55pjenveysetrecipients: + pjenvey, ryles
2009-05-22 01:45:55pjenveysetmessageid: <1242956755.11.0.776171763529.issue6082@psf.upfronthosting.co.za>
2009-05-22 01:45:52pjenveylinkissue6082 messages
2009-05-22 01:45:52pjenveycreate