[PATCH] sys.modify_argv()

Skip Montanaro skip at pobox.com
Sat Aug 25 09:19:10 EDT 2001


    Dave> This patch adds a new feature to the sys module, modify_argv().
    Dave> .... (It is of great wonder to me why this functionality is not
    Dave> already available...)

Have you considered that this is a largely platform-dependent feature?  I've
programmed in C or Pascal for more than twenty years, and never felt the
need to do this myself (though I did ask about it once).  The only place
I've found it useful was when monitoring sendmail with ps.  It was
convenient there to see which sendmail process was doing what.  In most
situations I believe it would be better and more portable to write
information out to a log file which you monitor with the tail command.

    Dave> This patch has been submitted for inclusion into core python.

My guess is it will not be accepted, but in any case, the correct place to
submit it so it can be tracked is the patch manager at sourceforge for the
Python project:

    http://sourceforge.net/tracker/?group_id=5470&atid=305470

-- 
Skip Montanaro (skip at pobox.com)
http://www.mojam.com/
http://www.musi-cal.com/




More information about the Python-list mailing list