This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients
Date 2001-05-04.07:12:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Not a bug.  This is explained in the docs.  The argument 
list cannot be empty because the first entry is passed to 
the program as the program's name (argv[0], in C terms).  
Try execvp("ls",["ls"]) if you want ls to believe its name 
is "ls".
History
Date User Action Args
2007-08-23 13:54:28adminlinkissue421250 messages
2007-08-23 13:54:28admincreate