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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25007>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to