commit | ba17fe256eefa958dcdc912dc01dbad3b5e843e2 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Feb 17 09:26:53 2012 -0500 |
committer | Brett Cannon <brett@python.org> | Fri Feb 17 09:26:53 2012 -0500 |
tree | 14828fd9b0eac7df8f2fd454bf020d7ee48aac48 | |
parent | 4fcad3c7ab551110bce65fdac3b8e914dff1aa5c [diff] |
Have importlib use os.replace() for atomic renaming. Closes issue #13961. Thanks to Charles-François Natali for the patch.