Atsuo Ishimoto <ishim...@gembook.org> added the comment: So, the title of this issue is misleading.
The patch originally proposed by Zooko does not raise SameFileError in shutil.move(). If source and destination is same file, shutil.move() may raise exception, but the exception is NOT SameFileError but OSError or something. shutil.copy() raises SameFileError if source and destination is same file. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1492704> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com