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 jwilk
Recipients Arfrever, amaury.forgeotdarc, eric.araujo, ezio.melotti, jwilk, lemburg, loewis, neologix, pitrou, rosslagerwall, vstinner
Date 2011-06-18.14:02:25
SpamBayes Score 3.0367848e-05
Marked as misclassified No
Message-id <1308405746.56.0.0921330499151.issue12326@psf.upfronthosting.co.za>
In-reply-to
Content
Just to give some statistic, in Debian we have >80 binary packages that check if sys.platform is linux2. However, it appears to me that vast majority of them is broken anyway, because what they really mean to check is:
- is this a non-Windows sytem? or
- is this a UNIX-like system? or
- is this a system with GNU userland?
History
Date User Action Args
2011-06-18 14:02:26jwilksetrecipients: + jwilk, lemburg, loewis, amaury.forgeotdarc, pitrou, vstinner, ezio.melotti, eric.araujo, Arfrever, neologix, rosslagerwall
2011-06-18 14:02:26jwilksetmessageid: <1308405746.56.0.0921330499151.issue12326@psf.upfronthosting.co.za>
2011-06-18 14:02:26jwilklinkissue12326 messages
2011-06-18 14:02:25jwilkcreate