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, martin.panter, nikratio, pitrou, serhiy.storchaka, wolma
Date 2015-03-21.00:02:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426896126.98.0.334442345309.issue23529@psf.upfronthosting.co.za>
In-reply-to
Content
Wolfgang: Unfortunately, I think that block of changes is largely unavoidable. The write() method should not have changed in reality, but all the init and read methods around it have been split into two classes, and the diff has decided to compare the old GzipFile methods to the new _DecompressReader methods. If you like I could try preparing a pseudo diff files that forces it to compare old GzipFile to new GzipFile to highlight the changes there.

Nikolaus: I will try to split my buffer_size parameter changes out and post them in a separate issue that can be enhanced further.
History
Date User Action Args
2015-03-21 00:02:07martin.pantersetrecipients: + martin.panter, pitrou, Arfrever, nikratio, serhiy.storchaka, wolma
2015-03-21 00:02:06martin.pantersetmessageid: <1426896126.98.0.334442345309.issue23529@psf.upfronthosting.co.za>
2015-03-21 00:02:06martin.panterlinkissue23529 messages
2015-03-21 00:02:06martin.pantercreate