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 terry.reedy
Recipients Boris.FELD, ajaksu2, gerluijten, gpolo, roger.serwy, srid, terry.reedy
Date 2013-03-31.02:07:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364695645.64.0.830296012853.issue5492@psf.upfronthosting.co.za>
In-reply-to
Content
After reading the doc for IOBase.fileno: "Return the underlying file descriptor (an integer) of the stream if it exists. An OSError is raised if the IO object does not use a file descriptor." I decided that the bug is in the assumptions made by site.py.
History
Date User Action Args
2013-03-31 02:07:25terry.reedysetrecipients: + terry.reedy, ajaksu2, gpolo, roger.serwy, gerluijten, srid, Boris.FELD
2013-03-31 02:07:25terry.reedysetmessageid: <1364695645.64.0.830296012853.issue5492@psf.upfronthosting.co.za>
2013-03-31 02:07:25terry.reedylinkissue5492 messages
2013-03-31 02:07:25terry.reedycreate