Patch #448038: Add move(). Report errors from copytree as in shutil.Error.
diff --git a/Misc/NEWS b/Misc/NEWS
index dbd718b..bc990e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -342,6 +342,9 @@
Library
-------
+- shutil.move was added. shutil.copytree now reports errors as an
+ exception at the end, instead of printing error messages.
+
- Encoding name normalization was generalized to not only
replace hyphens with underscores, but also all other non-alphanumeric
characters (with the exception of the dot which is used for Python