Message 63946 - Python tracker
Message63946
| 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:39 | jafo | set | spambayes_score: 0.219551 -> 0.21955122 recipients: + jafo, gvanrossum, facundobatista, pitrou, draghuram, init |
| 2008-03-18 17:24:38 | jafo | set | spambayes_score: 0.219551 -> 0.219551 messageid: <1205861078.71.0.753209915732.issue1577@psf.upfronthosting.co.za> |
| 2008-03-18 17:24:37 | jafo | link | issue1577 messages |
| 2008-03-18 17:24:37 | jafo | create | |