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 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:27viraptorsetrecipients: + viraptor
2014-11-12 15:06:27viraptorsetmessageid: <1415804787.06.0.347049835041.issue22854@psf.upfronthosting.co.za>
2014-11-12 15:06:26viraptorlinkissue22854 messages
2014-11-12 15:06:26viraptorcreate