消息 [138252]
Why should be used instead?
- sys.platform.startswith('linux')
- os.uname()[0] == 'Linux'
- platform.system() == 'Linux'
- other?
Tests like sys.platform in ('linux2', 'darwin') can be replaced by sys.platform in ('linux2', 'linux3', 'darwin'). We will have to patch this test again for Linux 4. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-06-13 14:38:24 | vstinner | 修改 | recipients:
+ vstinner, neologix |
| 2011-06-13 14:38:24 | vstinner | 修改 | messageid: <1307975904.51.0.369737860423.issue12326@psf.upfronthosting.co.za> |
| 2011-06-13 14:38:23 | vstinner | 链接 | issue12326 messages |
| 2011-06-13 14:38:23 | vstinner | 创建 | |
|