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 ncoghlan
Recipients brett.cannon, ncoghlan
Date 2012-07-07.10:19:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341656387.47.0.245292094882.issue15272@psf.upfronthosting.co.za>
In-reply-to
Content
The pkgutil import emulation is insane and permits modules identifiers to contain paths.

Identified in #15230 (reporting some very surprising behaviour from runpy.run_module).
History
Date User Action Args
2012-07-07 10:19:47ncoghlansetrecipients: + ncoghlan, brett.cannon
2012-07-07 10:19:47ncoghlansetmessageid: <1341656387.47.0.245292094882.issue15272@psf.upfronthosting.co.za>
2012-07-07 10:19:46ncoghlanlinkissue15272 messages
2012-07-07 10:19:46ncoghlancreate