[issue8776] Bytes version of sys.argv

STINNER Victor report at bugs.python.org
Wed Jul 28 16:50:46 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Using that approach would work on POSIX systems.

As os.environb, I think that sys.argv should not exist on Windows.

> Another problem I see is synchronizing the two

os.environ and os.environb are synchronized. It would be possible to do the same with sys.argv and sys.argvb. The implement would be simplier because it's just a list, not a dict.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8776>
_______________________________________


More information about the Python-bugs-list mailing list