[Biopython-dev] [Bug 2269] Shebang (hashbang) lines need cleanup

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Sat Jun 23 10:52:11 UTC 2007


http://bugzilla.open-bio.org/show_bug.cgi?id=2269





------- Comment #6 from mdehoon at ims.u-tokyo.ac.jp  2007-06-23 06:52 EST -------
I looked at the Python files in the Python standard library. Some have the
shebangs, some don't. The ones that do usually have the "if __name__ is
'__main__'" check, but not always, and some files have the "if __name__ is
'__main__'" check but no shebang. I guess there's no strong rule in Python for
shebang lines, except that when they exist, they're always of the "/usr/env
python" form. So I agree now with Chris' original proposal to change all
shebangs to "/usr/env python" form.


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list