Message173791
| Author |
ezio.melotti |
| Recipients |
chris.jerdonek, ezio.melotti, loewis, ncoghlan, pitrou, r.david.murray |
| Date |
2012年10月25日.18:52:40 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1351191160.42.0.720409267967.issue15494@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
> Ezio, this issue is not to split up support.py. Nick already responded
> to you to this effect in the fourth comment above.
Indeed, I should have re-read the messages more carefully.
> Also, in the second comment to this issue, I said that this issue was
> to move support.py as is into support/__init__.py, and then to move
> script_helper.py as is into the package.
>
> We already have more than one module.
Are there other modules except these two? Because if the package will only group these two, I think it's better/easier to merge script_helper.py in support.py.
As I said in the previous message I don't see why the spawn/kill/assert_python functions should be in a separate file and the import_fresh_module ones shouldn't. Even if having these two files in the same package will make discoverability easier it still seems an arbitrary division. |
|