[issue1577] shutil.move() does not use os.rename() if dst is a directory

Antoine Pitrou report at bugs.python.org
Tue Jan 29 22:07:32 CET 2008


Antoine Pitrou added the comment:

By the way, if we really wanted to be complete in the unit tests, we
should also test the case where either src or dst is a symlink to a
directory. But it's still much better than originally - there was hardly
any unit test for shutil.move().

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1577>
__________________________________


More information about the Python-bugs-list mailing list