Message 61540 - Python tracker
Message61540
| Author | draghuram |
|---|---|
| Recipients | draghuram, facundobatista, gvanrossum, init, pitrou |
| Date | 2008-01-22.22:19:18 |
| SpamBayes Score | 0.35133535 |
| Marked as misclassified | No |
| Message-id | <1201040360.36.0.772364098597.issue1577@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
`shutil.move(source_file, destination_dir)` does move source_file to destination_dir but the point is that even when source and destinations are on the same file system, it still "copies" the data when there is no need for it. The reason is explained in the very first comment. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-01-22 22:19:20 | draghuram | set | spambayes_score: 0.351335 -> 0.35133535 recipients: + draghuram, gvanrossum, facundobatista, pitrou, init |
| 2008-01-22 22:19:20 | draghuram | set | spambayes_score: 0.351335 -> 0.351335 messageid: <1201040360.36.0.772364098597.issue1577@psf.upfronthosting.co.za> |
| 2008-01-22 22:19:19 | draghuram | link | issue1577 messages |
| 2008-01-22 22:19:18 | draghuram | create | |