This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eudoxos
Recipients brett.cannon, eudoxos, r.david.murray
Date 2012-10-11.15:12:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349968370.23.0.69687870617.issue16194@psf.upfronthosting.co.za>
In-reply-to
Content
No, it is an old bug, since the behavior does something else than documented (http://docs.python.org/library/imp.html#imp.load_dynamic) and reasonably expected -- imp.load_dynamic("baz","foo.so") imports the "foo" module under some circumstances.
History
Date User Action Args
2012-10-11 15:12:50eudoxossetrecipients: + eudoxos, brett.cannon, r.david.murray
2012-10-11 15:12:50eudoxossetmessageid: <1349968370.23.0.69687870617.issue16194@psf.upfronthosting.co.za>
2012-10-11 15:12:50eudoxoslinkissue16194 messages
2012-10-11 15:12:50eudoxoscreate