Ezio Melotti added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15494>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to