summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-07-05 10:13:36 (GMT)
committerGeorg Brandl <georg@python.org>2008-07-05 10:13:36 (GMT)
commite78fbcce3e9fef7d4f701971186baa4bdec6b9b1 (patch)
tree2cba1eea6426d17c5e5f3d3fb4fc7031b5268ec0 /Misc
parent3c0fd5616fb8147d2d4832e527dcaa8a53f230c0 (diff)
downloadcpython-e78fbcce3e9fef7d4f701971186baa4bdec6b9b1.zip
cpython-e78fbcce3e9fef7d4f701971186baa4bdec6b9b1.tar.gz
cpython-e78fbcce3e9fef7d4f701971186baa4bdec6b9b1.tar.bz2
#2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.
This is a new feature, but Barry authorized adding it in the beta period.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 796765b..ce43943 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,10 +29,11 @@ Core and Builtins
would not cause a syntax error. This was regression from 2.4 caused by the
switch to the new compiler.
-
Library
-------
+- Issue #2663: add filtering capability to shutil.copytree().
+
- Issue #1622: Correct interpretation of various ZIP header fields.
- Issue #1526: Allow more than 64k files to be added to Zip64 file.
@@ -54,7 +55,6 @@ Library
urllib module in Python 3.0 to urllib.request, urllib.parse, and
urllib.error.
-
Build
-----