Dennis Kaarsemaker <den...@kaarsemaker.net> (12/10/2010):
> If you know the value of python's sys.platform on these platforms,
> it is a trivial bug. I have no access to any of the above platforms
> however, so it is less than trivial for me. If you could provide
> this information, I will fix this asap.
> 
> Thanks for your bugreport.

Sure.

linux2-alpha, linux2-mips, and linux2-sparc for alpha, mips, and
sparc. Probably likewise for the others. The “linux2-$arch”
vs. “linux2” has been introduced for some architectures a while ago,
you probably want to use something like:
| if not sys.platform.startswith('linux2'): […]

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature

Reply via email to