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 Arfrever, Michael.Fox, eric.araujo, larry, martin.panter, nadeem.vawda, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2015-06-03.10:04:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433325872.87.0.495642277696.issue18003@psf.upfronthosting.co.za>
In-reply-to
Content
Yes that’s basically right Larry. The __iter__() was previously inherited; now I am overriding it with a custom version. Similarly for the “closed” property, but that one is only a member of objects internal to the gzip, lzma and bz2 modules.
History
Date User Action Args
2015-06-03 10:04:32martin.pantersetrecipients: + martin.panter, rhettinger, pitrou, vstinner, larry, nadeem.vawda, eric.araujo, Arfrever, serhiy.storchaka, Michael.Fox
2015-06-03 10:04:32martin.pantersetmessageid: <1433325872.87.0.495642277696.issue18003@psf.upfronthosting.co.za>
2015-06-03 10:04:32martin.panterlinkissue18003 messages
2015-06-03 10:04:32martin.pantercreate