消息 [140708]
> Your patch looks fine to me, except for this:
> - if (platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6',
> - 'freebsd7', 'freebsd8')
> - or platform.startswith("gnukfreebsd")):
> + if os.uname()[0] in ('Linux', 'FreeBSD'):
>
> Why not use platform.system(), to be consistent?
I'm not sure that thp platform module can be used in setup.py
(bootstrap issue?). It should be tested. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-07-19 23:20:35 | vstinner | 修改 | recipients:
+ vstinner, lemburg, loewis, doko, amaury.forgeotdarc, pitrou, jwilk, djc, ezio.melotti, eric.araujo, Arfrever, r.david.murray, neologix, rosslagerwall, python-dev, petri.lehtinen |
| 2011-07-19 23:20:34 | vstinner | 链接 | issue12326 messages |
| 2011-07-19 23:20:34 | vstinner | 创建 | |
|