消息 [111818]
> 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:46 | vstinner | 修改 | recipients:
+ vstinner, loewis, amaury.forgeotdarc, ezio.melotti, Arfrever |
| 2010-07-28 14:50:46 | vstinner | 修改 | messageid: <1280328646.6.0.169230278841.issue8776@psf.upfronthosting.co.za> |
| 2010-07-28 14:50:31 | vstinner | 链接 | issue8776 messages |
| 2010-07-28 14:50:31 | vstinner | 创建 | |
|