➜

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.

作者 foom
收信人 Arfrever, Ramchandra Apte, amaury.forgeotdarc, djc, doko, eric.araujo, ezio.melotti, foom, gagern, jwilk, lemburg, loewis, neologix, petri.lehtinen, pitrou, python-dev, r.david.murray, rosslagerwall, sandro.tosi, vstinner
日期 2011-08-05.14:05:14
SpamBayes Score 1.0237966e-07
Marked as misclassified 否
Message-id <1312553114.83.0.523841091943.issue12326@psf.upfronthosting.co.za>
In-reply-to
内容
Oh wow, so it depends on the *build* time major version? That's really not useful at all for linux 2.x and 3.x; there is nothing useful anyone can possibly do with the distinction between platform == "linux2" and platform == "linux3". All it could possibly do is to break apps.

Given that:
a) old versions of Python won't even build without a patch and
b) changing platform to linux3 will break a lot of python apps that check sys.platform. 
c) It's completely useless to change it, as the change contains no actual information.

Why is forcing sys.platform to remain linux2 not the *obviously right thing to do*?
历史
日期 用户 动作 参数
2011-08-05 14:05:14foom修改recipients: + foom, lemburg, loewis, doko, amaury.forgeotdarc, gagern, pitrou, vstinner, jwilk, djc, ezio.melotti, eric.araujo, Arfrever, r.david.murray, sandro.tosi, neologix, rosslagerwall, python-dev, petri.lehtinen, Ramchandra Apte
2011-08-05 14:05:14foom修改messageid: <1312553114.83.0.523841091943.issue12326@psf.upfronthosting.co.za>
2011-08-05 14:05:14foom链接issue12326 messages
2011-08-05 14:05:14foom创建