mirror of
https://github.com/python/cpython.git
synced 2025-11-18 18:31:56 +00:00
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:
parent
77d899726f
commit
bca63b362d
4 changed files with 56 additions and 8 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue