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 serhiy.storchaka
Recipients nadeem.vawda, serhiy.storchaka, twouters
Date 2015-09-05.10:42:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441449753.43.0.0389421030599.issue25007@psf.upfronthosting.co.za>
In-reply-to
Content
zlib compressor and decompressor objects can be copied with the copy() method, but not with copy.copy(). It is easy to add support of copy protocol to them (just add __copy__() as an alias to copy()).
History
Date User Action Args
2015-09-05 10:42:33serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, nadeem.vawda
2015-09-05 10:42:33serhiy.storchakasetmessageid: <1441449753.43.0.0389421030599.issue25007@psf.upfronthosting.co.za>
2015-09-05 10:42:33serhiy.storchakalinkissue25007 messages
2015-09-05 10:42:33serhiy.storchakacreate