Mailing List Archive

python/dist/src/Misc NEWS,1.493,1.494
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv21395/Misc

Modified Files:
NEWS
Log Message:
Patch #448038: Add move(). Report errors from copytree as in shutil.Error.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.493
retrieving revision 1.494
diff -C2 -d -r1.493 -r1.494
*** NEWS 5 Oct 2002 09:46:48 -0000 1.493
--- NEWS 7 Oct 2002 13:23:24 -0000 1.494
***************
*** 343,346 ****
--- 343,349 ----
-------

+ - 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