[issue8776] Bytes version of sys.argv

Martin v. Löwis report at bugs.python.org
Wed Jul 28 07:54:47 CEST 2010


Martin v. Löwis <martin at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8776>
_______________________________________


More information about the Python-bugs-list mailing list