]> granicus.if.org Git - python/commit
Calling __import__ as a method technically works, but really should be wrapped
authorBrett Cannon <bcannon@gmail.com>
Sat, 12 Jun 2010 00:39:28 +0000 (00:39 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 12 Jun 2010 00:39:28 +0000 (00:39 +0000)
commitc236850ad1dcb69ec24ed429b6ae38afa3b80d06
treeb9de96c88d8584decbdfdbe7ecab462023359d7b
parent5976d975f8f16ebc7f5d218dfdcaf28411a4c0d2
Calling __import__ as a method technically works, but really should be wrapped
in a staticmethod. This is important for when __import__ is set to a function
defined in Python instead of C.
Lib/logging/config.py