Fixed #1540112: now shutil.copytree will let you provide your own copy() function
diff --git a/Misc/NEWS b/Misc/NEWS
index 4657757..25ef541 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -318,6 +318,9 @@
 Library
 -------
 
+- Issue #1540112: Now allowing the choice of a copy function in 
+  shutil.copytree.
+
 - Issue #4814: timeout parameter is now applied also for connections resulting
   from PORT/EPRT commands.