#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.
diff --git a/Misc/NEWS b/Misc/NEWS
index 796765b..ce43943 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,10 +29,11 @@
   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 @@
   urllib module in Python 3.0 to urllib.request, urllib.parse, and
   urllib.error.
 
-
 Build
 -----