[Python-checkins] cpython: Misc/NEWS entries for zipapp changes

paul.moore python-checkins at python.org
Mon Mar 23 22:40:55 CET 2015


https://hg.python.org/cpython/rev/24d4152b0040
changeset:   95146:24d4152b0040
user:        Paul Moore <p.f.moore at gmail.com>
date:        Mon Mar 23 21:40:43 2015 +0000
summary:
  Misc/NEWS entries for zipapp changes

files:
  Misc/NEWS |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,13 @@
 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list