This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, amaury.forgeotdarc, ezio.melotti, loewis, vstinner
Date 2010-07-28.14:50:31
SpamBayes Score 0.004882157
Marked as misclassified No
Message-id <1280328646.6.0.169230278841.issue8776@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2010-07-28 14:50:46vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, ezio.melotti, Arfrever
2010-07-28 14:50:46vstinnersetmessageid: <1280328646.6.0.169230278841.issue8776@psf.upfronthosting.co.za>
2010-07-28 14:50:31vstinnerlinkissue8776 messages
2010-07-28 14:50:31vstinnercreate