消息 [107433]
About the function names:
- shutil.atomic_move_file(): only available on some OS
- shutil.move_file(): use shutil.atomic_move_file() if available, or fall back to a best effort implementation
Implement an atomic function to rename a directory is more complex and should be done in another issue. That's why I added "_file" suffix. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2010-06-09 22:46:22 | vstinner | 修改 | recipients:
+ vstinner, pitrou, draghuram, techtonik, giampaolo.rodola, tarek, r.david.murray, Trundle |
| 2010-06-09 22:46:21 | vstinner | 修改 | messageid: <1276123581.83.0.525381899307.issue8828@psf.upfronthosting.co.za> |
| 2010-06-09 22:46:20 | vstinner | 链接 | issue8828 messages |
| 2010-06-09 22:46:20 | vstinner | 创建 | |
|