diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-23 14:59:48 +0200 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-23 14:59:48 +0200 |
| commit | bca63b362d23f154a5ed7fe43e4146977bba181e (patch) | |
| tree | 149fca58f15a3d6d4b38311f081f49976671074b /Misc | |
| parent | 77d899726f4f7c78757e4214c147e699b285a8a7 (diff) | |
| download | cpython-git-bca63b362d23f154a5ed7fe43e4146977bba181e.tar.gz | |
Issue #23688: Added support of arbitrary bytes-like objects and avoided
unnecessary copying of memoryview in gzip.GzipFile.write().
Original patch by Wolfgang Maier.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
