summaryrefslogtreecommitdiffstats
path: root/Doc/library/zipfile.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-21 06:29:29 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-21 06:29:29 (GMT)
commita606542e95f6de9880a2554c7ae0a4d6b02e742b (patch)
treebcae559d7d456313b806b7b84848d782c37d8694 /Doc/library/zipfile.rst
parentb0c84cdaac987e075099ac65a218505e9efbdda3 (diff)
downloadcpython-a606542e95f6de9880a2554c7ae0a4d6b02e742b.zip
cpython-a606542e95f6de9880a2554c7ae0a4d6b02e742b.tar.gz
cpython-a606542e95f6de9880a2554c7ae0a4d6b02e742b.tar.bz2
#19274: use captured_stdout() in the test suite; add NEWS entry.
Diffstat (limited to 'Doc/library/zipfile.rst')
-rw-r--r--Doc/library/zipfile.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst
index 3ca20de..f7303ea 100644
--- a/Doc/library/zipfile.rst
+++ b/Doc/library/zipfile.rst
@@ -384,9 +384,6 @@ The :class:`PyZipFile` constructor takes the same parameters as the
.. method:: PyZipFile.writepy(pathname, basename='', filterfunc=None)
- .. versionadded:: 3.4
- The *filterfunc* parameter.
-
Search for files :file:`\*.py` and add the corresponding file to the
archive.
@@ -419,6 +416,9 @@ The :class:`PyZipFile` constructor takes the same parameters as the
test/bogus/__init__.pyc # Subpackage directory
test/bogus/myfile.pyc # Submodule test.bogus.myfile
+ .. versionadded:: 3.4
+ The *filterfunc* parameter.
+
.. _zipinfo-objects: