Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 929a14a

Browse files
committed
Misc/NEWS entries for zipapp changes
1 parent d1f3a00 commit 929a14a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ Core and Builtins
2323
Library
2424
-------
2525

26+
- Issue #23491: Added a zipapp module to support creating executable zip
27+
file archives of Python code. Registered ".pyz" and ".pyzw" extensions
28+
on Windows for these archives (PEP 441).
29+
30+
- Issue #23657: Avoid explicit checks for str in zipapp, adding support
31+
for pathlib.Path objects as arguments.
32+
2633
- Issue #23688: Added support of arbitrary bytes-like objects and avoided
2734
unnecessary copying of memoryview in gzip.GzipFile.write().
2835
Original patch by Wolfgang Maier.

0 commit comments

Comments
 (0)