[issue1492704] distinct error type from shutil.move()

Éric Araujo report at bugs.python.org
Mon Jul 16 15:10:24 CEST 2012


Éric Araujo <merwok at netwok.org> added the comment:

Thanks.  Can you clarify what behavior changed compared to the previous patch?  From the doc it looks like shutil.move now always raises SameFileError, whereas the previous patch said that on Unix it depended on the semantics of os.rename.

The patch has some very minor issues like extraneous whitespace in the docs, but they can be fixed by the person committing.

----------
assignee: eric.araujo -> 
keywords: +needs review
stage: test needed -> patch review
versions: +Python 3.4 -Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1492704>
_______________________________________


More information about the Python-bugs-list mailing list