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 martin.panter
Recipients Dutcho, martin.panter, terry.reedy
Date 2018-06-10.01:43:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528595035.69.0.592728768989.issue33762@psf.upfronthosting.co.za>
In-reply-to
Content
I think it is an implementation detail whether the result subclasses IOBase or just implements its API. Why do you want to check the base class, and why IOBase in particular, rather than BufferedIOBase, RawIOBase, or TextIOBase?
History
Date User Action Args
2018-06-10 01:43:55martin.pantersetrecipients: + martin.panter, terry.reedy, Dutcho
2018-06-10 01:43:55martin.pantersetmessageid: <1528595035.69.0.592728768989.issue33762@psf.upfronthosting.co.za>
2018-06-10 01:43:55martin.panterlinkissue33762 messages
2018-06-10 01:43:55martin.pantercreate