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 benjamin.peterson
Recipients benjamin.peterson, jjt009
Date 2008-06-10.21:16:07
SpamBayes Score 0.0096419435
Marked as misclassified No
Message-id <1213132568.8.0.892767051211.issue2912@psf.upfronthosting.co.za>
In-reply-to
Content
>Ah, ok, the code under except AttributeError: gives me some good ideas.
>Should I use the methods utilized there to extract information from the
>system?

Right on! You don't need to write any new code, just make sure the code
under the except AttributeError is utilized even if os.uname returns
blank spots.
History
Date User Action Args
2008-06-10 21:16:09benjamin.petersonsetspambayes_score: 0.00964194 -> 0.0096419435
recipients: + benjamin.peterson, jjt009
2008-06-10 21:16:08benjamin.petersonsetspambayes_score: 0.00964194 -> 0.00964194
messageid: <1213132568.8.0.892767051211.issue2912@psf.upfronthosting.co.za>
2008-06-10 21:16:08benjamin.petersonlinkissue2912 messages
2008-06-10 21:16:07benjamin.petersoncreate