In message <mailman.599.1284008342.29448.python-l...@python.org>, Dennis Lee 
Bieber wrote:

> None of them have command line arguments "passed" in to some
> starting point -- all had to use some runtime library function to ask
> for the command line contents.

It’s always a language-specific routine, since at the underlying POSIX level 
(exposed by C), the command line is passed as arguments to the mainline 
routine.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to