[docs] [issue16194] imp.load_dynamic imports wrong module when called several times on a multi-module .so

Brett Cannon report at bugs.python.org
Thu Oct 11 18:11:10 CEST 2012


Brett Cannon added the comment:

Before this gets out of control I want to clarify that it is not "quite absurd" to label this a documentation bug and that is the proper classification for this bug. The documentation was not clear enough for you to understand what the behavior would be, so it should be clarified. But the semantics of the function are not going to change at this point since Python 2.7 is only accepting bug fixes and imp.load_dynamic() is no longer documented as of Python 3.2 and thus not strictly considered a public API any longer.

----------
components: +Documentation -Library (Lib)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16194>
_______________________________________


More information about the docs mailing list