[PATCH] sys.modify_argv()

John Roth johnroth at ameritech.net
Sat Aug 25 01:50:50 EDT 2001


"Dave Cinege" <dcinege at psychosis.com> wrote in message
news:mailman.998706141.30883.python-list at python.org...
> keywords: modify argv change process listing argv[0] ps output
>
> This patch adds a new feature to the sys module, modify_argv().
> As you might have guessed this allows one to change to absolute
> argv values of the python process itself. (It is of great wonder
> to me why this functionality is not already available...)

Why do you want to do this? Aren't there enough ways of
confusing yourself without adding a method of lying to yourself
about your input parameters?

John Roth
>





More information about the Python-list mailing list