]> granicus.if.org Git - python/commit
Issue #16880: _imp.load_dynamic() is not defined on a platform that
authorBrett Cannon <brett@python.org>
Sun, 17 Mar 2013 22:48:16 +0000 (15:48 -0700)
committerBrett Cannon <brett@python.org>
Sun, 17 Mar 2013 22:48:16 +0000 (15:48 -0700)
commit3e2fe05e62e061032d81becb2f9ef1a8def54f63
tree8f60f2cc6a1bf78a8a94aea7051cfb98cc826352
parentb271727bad803ef50fdef185eeda24222fba4f25
Issue #16880: _imp.load_dynamic() is not defined on a platform that
does not support dynamic loading (e.g. Atari), so make sure that imp
doesn't assume it always exists.

Patch by Christian Heimes.
Lib/imp.py
Misc/NEWS