Martin v. Löwis <mar...@v.loewis.de> added the comment:

Using that approach would work on POSIX systems.

Another problem I see is synchronizing the two. If some function strips 
arguments from sys.argv (because it has completed processing), sys.argvb would 
still keep the arguments. Of course, this could be fixed by having sys.argvb be 
a dynamic list (i.e. a sequence object) instead.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8776>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to