cpython/Lib/importlib
Brett Cannon ba17fe256e Have importlib use os.replace() for atomic renaming.
Closes issue #13961. Thanks to Charles-François Natali for the patch.
2012-02-17 09:26:53 -05:00
..
test Tweak the handling of the empty string in sys.path for importlib. 2012-02-16 18:12:00 -05:00
__init__.py Move setup code from importlib.__init__ to 2012-02-08 18:50:22 -05:00
_bootstrap.py Have importlib use os.replace() for atomic renaming. 2012-02-17 09:26:53 -05:00
abc.py Move some code from importlib.__init__ to importlib._bootstrap that 2012-01-25 18:58:03 -05:00
machinery.py
util.py