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 martin.panter
Recipients BreamoreBoy, eric.araujo, eric.snow, martin.panter, ncoghlan, python-dev, robagar, schlamar
Date 2015-12-06.23:34:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449444846.72.0.456987064352.issue14285@psf.upfronthosting.co.za>
In-reply-to
Content
The test suite does check run_module() with some relative names; see test_invalid_names() in test_runpy. But there does not appear to be a test for “python -m .relative”.

Changes in init-ancestor.3.patch:

* Added a comment explaining the exception handling
* Added check, tests and documentation for relative module names
History
Date User Action Args
2015-12-06 23:34:06martin.pantersetrecipients: + martin.panter, ncoghlan, eric.araujo, BreamoreBoy, python-dev, schlamar, eric.snow, robagar
2015-12-06 23:34:06martin.pantersetmessageid: <1449444846.72.0.456987064352.issue14285@psf.upfronthosting.co.za>
2015-12-06 23:34:06martin.panterlinkissue14285 messages
2015-12-06 23:34:06martin.pantercreate