mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Misc/NEWS entries for zipapp changes
This commit is contained in:
parent
d1f3a002c3
commit
929a14a880
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #23491: Added a zipapp module to support creating executable zip
|
||||||
|
file archives of Python code. Registered ".pyz" and ".pyzw" extensions
|
||||||
|
on Windows for these archives (PEP 441).
|
||||||
|
|
||||||
|
- Issue #23657: Avoid explicit checks for str in zipapp, adding support
|
||||||
|
for pathlib.Path objects as arguments.
|
||||||
|
|
||||||
- Issue #23688: Added support of arbitrary bytes-like objects and avoided
|
- Issue #23688: Added support of arbitrary bytes-like objects and avoided
|
||||||
unnecessary copying of memoryview in gzip.GzipFile.write().
|
unnecessary copying of memoryview in gzip.GzipFile.write().
|
||||||
Original patch by Wolfgang Maier.
|
Original patch by Wolfgang Maier.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue