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.

作者 neologix
收信人 Arfrever, amaury.forgeotdarc, lemburg, loewis, neologix, pitrou, rosslagerwall, vstinner
日期 2011-06-14.07:00:49
SpamBayes Score 3.6053414e-08
Marked as misclassified
Message-id <BANLkTimY3xfWYL92LXcWgBn-i6jENYLYeQ@mail.gmail.com>
In-reply-to <4DF6FB86.4070500@v.loewis.de>
内容
> I'm sure Linus Torvalds is fully aware of the possible
> consequences of the version change, and just accepted the breakage
> that this would cause.

Any application relying on sys.platform == 'linux2' is already broken.
It's exactly the same if an application checks for 'freebsd6' or
'openbsd4' : if you want to check for a specific operating system,
there's already POSIX' struct utsname sysname field, i.e. uname()[0].
历史
日期 用户 动作 参数
2011-06-14 07:00:50neologix修改recipients: + neologix, lemburg, loewis, amaury.forgeotdarc, pitrou, vstinner, Arfrever, rosslagerwall
2011-06-14 07:00:49neologix链接issue12326 messages
2011-06-14 07:00:49neologix创建