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 rtpg
Recipients josh.r, martin.panter, rtpg, terry.reedy, xiang.zhang
Date 2017-04-10.04:33:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
that error is what is raised by StringIO (subclassing OSError), other file-like objects could just be raising OSError (according to the file object spec described in the documentation for the io module). 

Fixing documentation would already be helpful though. I will close this issue
History
Date User Action Args
2017-04-10 04:33:38rtpgsetrecipients: + rtpg, terry.reedy, martin.panter, josh.r, xiang.zhang
2017-04-10 04:33:38rtpgsetmessageid: <[email protected]>
2017-04-10 04:33:38rtpglinkissue29989 messages
2017-04-10 04:33:38rtpgcreate