Logged In: NO

It appears that the problem is that the os.name is checked
to see if it is a prefix of any of the os attributes,
whereas in fact it should be the other way round - the os
attributes should be checked to see if they are prefixes of
the os.name.

Who should I submit the patch to?

Kybernetikos