This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author draghuram
Recipients draghuram, facundobatista, gvanrossum, init, pitrou
Date 2008-01-23.16:07:00
SpamBayes Score 0.014046812
Marked as misclassified No
Message-id <2c51ecee0801230806n7b9bd5ddtaea6c1f6eecd6968@mail.gmail.com>
In-reply-to <1201102149.36.0.378003683274.issue1577@psf.upfronthosting.co.za>
Content
> Does this mean we should preserve this behaviour for shutil.move() as well?

I don't think so. The key is to remember that shutil.move() is
os.rename() with some additional benefits (as stated by Guido in an
earlier comment). Also, changing the behaviour of shutil.move() may
break backwards compatibility.

I thought this issue has reached a conclusion that all one need is a
doc update. Some thing like (copying from my previous comment):

""If the destination is a fiile and is on same filesystem as that of
src, then simply use rename."

In fact, even the issue's component has been changed to "Documentation".
History
Date User Action Args
2008-01-23 16:07:03draghuramsetspambayes_score: 0.0140468 -> 0.014046812
recipients: + draghuram, gvanrossum, facundobatista, pitrou, init
2008-01-23 16:07:01draghuramlinkissue1577 messages
2008-01-23 16:07:01draghuramcreate