Message 185605 - Python tracker
Message185605
| 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:25 | terry.reedy | set | recipients: + terry.reedy, ajaksu2, gpolo, roger.serwy, gerluijten, srid, Boris.FELD |
| 2013-03-31 02:07:25 | terry.reedy | set | messageid: <1364695645.64.0.830296012853.issue5492@psf.upfronthosting.co.za> |
| 2013-03-31 02:07:25 | terry.reedy | link | issue5492 messages |
| 2013-03-31 02:07:25 | terry.reedy | create | |