]> granicus.if.org Git - python/commit
Refactor importlib.__import__() and _gcd_import() to facilitate using
authorBrett Cannon <brett@python.org>
Thu, 16 Feb 2012 18:43:41 +0000 (13:43 -0500)
committerBrett Cannon <brett@python.org>
Thu, 16 Feb 2012 18:43:41 +0000 (13:43 -0500)
commit7fab676e87302bb75a132ba0c1f7220e4702c16d
treef713017dbbfec289e20d71c7940b61362d69605f
parent292f9a891d214fd5098bedb9b4117fc9c36a0fe7
Refactor importlib.__import__() and _gcd_import() to facilitate using
an __import__ implementation that takes care of basics in C and punts
to importlib for more complicated code.
Lib/importlib/_bootstrap.py