[New-bugs-announce] [issue25007] Add support of copy protocol to zlib compressors and decompressors

Serhiy Storchaka report at bugs.python.org
Sat Sep 5 12:42:33 CEST 2015


New submission from Serhiy Storchaka:

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()).

----------
components: Library (Lib)
messages: 249902
nosy: nadeem.vawda, serhiy.storchaka, twouters
priority: normal
severity: normal
status: open
title: Add support of copy protocol to zlib compressors and decompressors
type: enhancement
versions: Python 3.6

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


More information about the New-bugs-announce mailing list