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 chrish42
Recipients adam-collard, chrish42, ncoghlan
Date 2014-04-14.17:57:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397498224.16.0.00522137000321.issue15370@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I can see, this is now tested by the following tests in test_runpy:

test_run_module_in_namespace_package
test_run_package_in_namespace_package
test_run_namespace_package
test_run_namespace_package_in_namespace_package

(These new tests were in introduced in revision 87961, on Dec 15th, 2013.)

Can someone who knows more about CPython's implementation confirm that these tests do cover what was intended with this bug report (and then close the bug), or if not, flesh out the bug report with what's missing, and I'll do my best to add the missing tests.
History
Date User Action Args
2014-04-14 17:57:04chrish42setrecipients: + chrish42, ncoghlan, adam-collard
2014-04-14 17:57:04chrish42setmessageid: <1397498224.16.0.00522137000321.issue15370@psf.upfronthosting.co.za>
2014-04-14 17:57:04chrish42linkissue15370 messages
2014-04-14 17:57:03chrish42create