]> granicus.if.org Git - python/commitdiff
Misc/NEWS entries for zipapp changes
authorPaul Moore <p.f.moore@gmail.com>
Mon, 23 Mar 2015 21:40:43 +0000 (21:40 +0000)
committerPaul Moore <p.f.moore@gmail.com>
Mon, 23 Mar 2015 21:40:43 +0000 (21:40 +0000)
Misc/NEWS

index f59297b1582a79cfc9a4aae38bf4c4f683f33a24..34508e97a8fca23f127e1f4560bff4a2a52752ba 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,13 @@ Core and Builtins
 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
   unnecessary copying of memoryview in gzip.GzipFile.write().
   Original patch by Wolfgang Maier.