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 jafo
Recipients draghuram, facundobatista, gvanrossum, init, jafo, pitrou
Date 2008-03-18.17:24:37
SpamBayes Score 0.21955122
Marked as misclassified No
Message-id <1205861078.71.0.753209915732.issue1577@psf.upfronthosting.co.za>
In-reply-to
Content
After reviewing the discussion I'm going to accept this because:

Guido seemed to me to say "figure it out among yourselves".

We're talking about shutil, so mimicing the shell move (mv) semantics is
not entirely unreasonable.

The current semantics are the same as what this patch implements, this
just optimizes it from a copy to a rename if possible.

Committed into trunk as rev61527.
History
Date User Action Args
2008-03-18 17:24:39jafosetspambayes_score: 0.219551 -> 0.21955122
recipients: + jafo, gvanrossum, facundobatista, pitrou, draghuram, init
2008-03-18 17:24:38jafosetspambayes_score: 0.219551 -> 0.219551
messageid: <1205861078.71.0.753209915732.issue1577@psf.upfronthosting.co.za>
2008-03-18 17:24:37jafolinkissue1577 messages
2008-03-18 17:24:37jafocreate