Message231079
| Author | viraptor |
|---|---|
| Recipients | viraptor |
| Date | 2014-11-12.15:06:26 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1415804787.06.0.347049835041.issue22854@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The docstring on for fileno() method says: "An IOError is raised if the IO object does not use a file descriptor." In reality, UnsupportedOperation is raised instead: ``` : io.StringIO().fileno() UnsupportedOperation: fileno ``` |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-11-12 15:06:27 | viraptor | set | recipients: + viraptor |
| 2014-11-12 15:06:27 | viraptor | set | messageid: <1415804787.06.0.347049835041.issue22854@psf.upfronthosting.co.za> |
| 2014-11-12 15:06:26 | viraptor | link | issue22854 messages |
| 2014-11-12 15:06:26 | viraptor | create | |