Comment 5 for bug 142968

Revision history for this message
John Belmonte (john-neggie) wrote :

> = Comment - Entry #2 by tim_one on May 24, 2004 3:41 pm
>
> I removed from #! from zdaemon's __init__.py.

This does not seem to be the case-- please double check.

In addition, the script headers in the following still need to be removed:

 /usr/lib/python2.3/site-packages/zdaemon/tests/nokill.py
 /usr/lib/python2.3/site-packages/ZConfig/tests/runtests.py

With that, I think this bug can be closed.

In the future, I think it would be good to have the policy of script files reflected by their location in the source tree. For example: 1) all stable user commands should be placed in src/scripts and enumerated in the setup.py scripts list, and a commitment be made to supporting man pages; 2) all experimental user commands should be placed in src/scripts/experimental and not put in the scripts list; 3) unit test scripts can be left where they are; 4) no script in the library tree should have a script header.