Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f3a00 commit 929a14aCopy full SHA for 929a14a
1 file changed
Misc/NEWS
@@ -23,6 +23,13 @@ Core and Builtins
23
Library
24
-------
25
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
33
- Issue #23688: Added support of arbitrary bytes-like objects and avoided
34
unnecessary copying of memoryview in gzip.GzipFile.write().
35
Original patch by Wolfgang Maier.
0 commit comments