> and is used by the various Unix command shells to specify what program
> shall interpret this particular script.

To be precise, the shell does not care about the shebang line either, the
shebang is interpreted by the program loader in the kernel. The shell
simply execve()-ed a script containing a shebang line just like a binary
executable.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to