Marc-Andre Lemburg <m...@egenix.com> added the comment: STINNER Victor wrote: > > STINNER Victor <victor.stin...@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.
+1 on adding sys.argvb for systems that use char* in main(). ---------- nosy: +lemburg _______________________________________ 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