Issue #23688: Added support of arbitrary bytes-like objects and avoided

unnecessary copying of memoryview in gzip.GzipFile.write().
Original patch by Wolfgang Maier.
This commit is contained in:
Serhiy Storchaka 2015-03-23 14:59:48 +02:00
parent 77d899726f
commit bca63b362d
4 changed files with 56 additions and 8 deletions

View file

@ -23,6 +23,10 @@ Core and Builtins
Library
-------
- Issue #23688: Added support of arbitrary bytes-like objects and avoided
unnecessary copying of memoryview in gzip.GzipFile.write().
Original patch by Wolfgang Maier.
- Issue #23252: Added support for writing ZIP files to unseekable streams.
- Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.