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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-12-06 23:34:06 | martin.panter | set | recipients: + martin.panter, ncoghlan, eric.araujo, BreamoreBoy, python-dev, schlamar, eric.snow, robagar |
| 2015-12-06 23:34:06 | martin.panter | set | messageid: <1449444846.72.0.456987064352.issue14285@psf.upfronthosting.co.za> |
| 2015-12-06 23:34:06 | martin.panter | link | issue14285 messages |
| 2015-12-06 23:34:06 | martin.panter | create | |