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.

作者 vstinner
收信人 Arfrever, amaury.forgeotdarc, ezio.melotti, loewis, vstinner
日期 2010-07-28.14:50:31
SpamBayes Score 0.004882157
Marked as misclassified
Message-id <1280328646.6.0.169230278841.issue8776@psf.upfronthosting.co.za>
In-reply-to
内容
> 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.
历史
日期 用户 动作 参数
2010-07-28 14:50:46vstinner修改recipients: + vstinner, loewis, amaury.forgeotdarc, ezio.melotti, Arfrever
2010-07-28 14:50:46vstinner修改messageid: <1280328646.6.0.169230278841.issue8776@psf.upfronthosting.co.za>
2010-07-28 14:50:31vstinner链接issue8776 messages
2010-07-28 14:50:31vstinner创建