summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-10-07 13:23:24 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-10-07 13:23:24 (GMT)
commite9ce0b0fea16453cb8d75ecac02669998cc7ff36 (patch)
tree2c2949cb0236b4971ebded38bc5bb5a5d8dd9d43 /Misc
parent114619e1ed7537d4e741516340eea40e19dcea2c (diff)
downloadcpython-e9ce0b0fea16453cb8d75ecac02669998cc7ff36.zip
cpython-e9ce0b0fea16453cb8d75ecac02669998cc7ff36.tar.gz
cpython-e9ce0b0fea16453cb8d75ecac02669998cc7ff36.tar.bz2
Patch #448038: Add move(). Report errors from copytree as in shutil.Error.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dbd718b..bc990e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -342,6 +342,9 @@ Extension modules
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