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 lars.gustaebel
Recipients amaury.forgeotdarc, barry, cjwatson, eric.araujo, lars.gustaebel, pitrou, python-dev, r.david.murray, terry.reedy
Date 2012-05-10.09:44:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336643060.54.0.866618823868.issue13815@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, I attached a patch that I hope we can all agree upon. It restores the ExFileObject class as a small subclass of BufferedReader as Amaury suggested. Does the documentation have to be changed, too? It states that an io.BufferedReader object is returned by extractfile() not a subclass thereof.
History
Date User Action Args
2012-05-10 09:44:20lars.gustaebelsetrecipients: + lars.gustaebel, barry, terry.reedy, amaury.forgeotdarc, pitrou, cjwatson, eric.araujo, r.david.murray, python-dev
2012-05-10 09:44:20lars.gustaebelsetmessageid: <1336643060.54.0.866618823868.issue13815@psf.upfronthosting.co.za>
2012-05-10 09:44:19lars.gustaebellinkissue13815 messages
2012-05-10 09:44:19lars.gustaebelcreate