Message256036
| 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 |
|