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 nikratio
Recipients benjamin.peterson, docs@python, eric.araujo, ezio.melotti, georg.brandl, hynek, nikratio, pitrou, stutzbach
Date 2014-06-14.22:47:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402786076.21.0.846118348944.issue21764@psf.upfronthosting.co.za>
In-reply-to
Content
CPython's io.IOBase.__del__ calls self.close(), but this isn't documented anywhere (and may be surprised for derived classes).

The attached patch extends the documentation.
History
Date User Action Args
2014-06-14 22:47:56nikratiosetrecipients: + nikratio, georg.brandl, pitrou, benjamin.peterson, stutzbach, ezio.melotti, eric.araujo, docs@python, hynek
2014-06-14 22:47:56nikratiosetmessageid: <1402786076.21.0.846118348944.issue21764@psf.upfronthosting.co.za>
2014-06-14 22:47:56nikratiolinkissue21764 messages
2014-06-14 22:47:56nikratiocreate