[issue1577] shutil.move() does not use os.rename() if dst is a directory
Raghuram Devarakonda
report at bugs.python.org
Wed Dec 12 15:37:36 CET 2007
Raghuram Devarakonda added the comment:
Then, a small change in the doc might clarify the usage (as OP suggested);
"If the destination is on our current filesystem, then simply use
rename." can be replaced with:
"If the destination is a fiile and is on same filesystem as that of
src, then simply use rename."
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1577>
__________________________________
More information about the Python-bugs-list
mailing list