Message138252
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. |
|
Date |
User |
Action |
Args |
2011-06-13 14:38:24 | vstinner | set | recipients:
+ vstinner, neologix |
2011-06-13 14:38:24 | vstinner | set | messageid: <1307975904.51.0.369737860423.issue12326@psf.upfronthosting.co.za> |
2011-06-13 14:38:23 | vstinner | link | issue12326 messages |
2011-06-13 14:38:23 | vstinner | create | |
|