[issue25007] Add support of copy protocol to zlib compressors and decompressors

Serhiy Storchaka report at bugs.python.org
Wed Jan 20 13:26:26 EST 2016


Serhiy Storchaka added the comment:

I agree with Josh. Needed __deepcopy__ and tests. And I think there may be problem with sharing a docstring (that includes a signature) between copy() and __copy__(). It is better to just add separate method that calls the implementation of copy().

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25007>
_______________________________________


More information about the Python-bugs-list mailing list