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 christian.heimes
Recipients christian.heimes
Date 2007-11-10.01:20:32
SpamBayes Score 0.008641334
Marked as misclassified No
Message-id <1194657632.39.0.509274279222.issue1415@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.6 (svn trunk) doesn't check the file handlers when it creates
sys.stdin, stdout and stderr. write() operations to stdout and stderr
don't fail although the data is written into nowhere land. stdin.read()
fails with IOError: [Errno 9] Bad file descriptor.

How should I address the problem in py3k?
History
Date User Action Args
2007-11-10 01:20:32christian.heimessetspambayes_score: 0.00864133 -> 0.008641334
recipients: + christian.heimes
2007-11-10 01:20:32christian.heimessetspambayes_score: 0.00864133 -> 0.00864133
messageid: <1194657632.39.0.509274279222.issue1415@psf.upfronthosting.co.za>
2007-11-10 01:20:32christian.heimeslinkissue1415 messages
2007-11-10 01:20:32christian.heimescreate