summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2013-10-21 01:59:23 (GMT)
committerChristian Tismer <tismer@stackless.com>2013-10-21 01:59:23 (GMT)
commit59202e5fc77ae16c08e55decf8c0e71657650bb4 (patch)
treefbef602d428081ecc5d5ca5d50f9227e9189de05 /Doc/whatsnew
parent47f1b762fdfab90ecc4744cd9f6ea590ddb922c3 (diff)
downloadcpython-59202e5fc77ae16c08e55decf8c0e71657650bb4.zip
cpython-59202e5fc77ae16c08e55decf8c0e71657650bb4.tar.gz
cpython-59202e5fc77ae16c08e55decf8c0e71657650bb4.tar.bz2
add a filterfunc to zip file.PyZipFile.writepy, issue 19274
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.4.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 2b68d86..c02b9cc 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -564,6 +564,16 @@ Add an event-driven parser for non-blocking applications,
(Contributed by Antoine Pitrou in :issue:`17741`.)
+
+zipfile.PyZipfile
+-----------------
+
+Add a filter function to ignore some packages (tests for instance),
+:meth:`~zipfile.PyZipFile.writepy`.
+
+(Contributed by Christian Tismer in :issue:`19274`.)
+
+
Other improvements
==================