]> granicus.if.org Git - python/commitdiff
whatsnew: shutil copyfile SameFileError (#1492704)
authorR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 20:12:10 +0000 (16:12 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 10 Mar 2014 20:12:10 +0000 (16:12 -0400)
Doc/whatsnew/3.4.rst

index e5e720eca682bdfe013fded8f80d2484b834db54..d210a8f94b8e0215a5fcd763b069c7ac8727f08b 100644 (file)
@@ -1297,6 +1297,16 @@ and will be automatically closed at the end of the :keyword:`with` block.
 (Contributed by Filip GruszczyƄski in :issue:`13896`.)
 
 
+shutil
+------
+
+:func:`~shutil.copyfile` now raises a specific :exc:`~shutil.Error` subclass,
+:exc:`~shutil.SameFileError`, when the source and destination are the same
+file, which allows an application to take appropriate action on this specific
+error.  (Contributed by Atsuo Ishimoto and Hynek Schlawack in
+:issue:`1492704`.)
+
+
 smtpd
 -----