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.

Author neologix
Recipients Arfrever, amaury.forgeotdarc, eric.araujo, ezio.melotti, jwilk, lemburg, loewis, neologix, pitrou, rosslagerwall, vstinner
Date 2011-06-20.13:48:44
SpamBayes Score 8.896142e-06
Marked as misclassified No
Message-id <BANLkTikzu1DBn_ayVMb-u6v=gJb4btShzw@mail.gmail.com>
In-reply-to <1308430241.85.0.832016262902.issue12326@psf.upfronthosting.co.za>
Content
> However, it appears to me that vast majority of them is broken anyway,
> because what they really mean to check is

That's exactly my point.
Code checking sys.platform against 'linux2' is already broken, there's
no point in complicating the code further, or adding a new constant.
If you want to check for a specific operating system, there's already
platform.system().
History
Date User Action Args
2011-06-20 13:48:45neologixsetrecipients: + neologix, lemburg, loewis, amaury.forgeotdarc, pitrou, vstinner, jwilk, ezio.melotti, eric.araujo, Arfrever, rosslagerwall
2011-06-20 13:48:45neologixlinkissue12326 messages
2011-06-20 13:48:44neologixcreate