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-07.12:43:31
SpamBayes Score 0.011428502
Marked as misclassified No
Message-id <1212842616.8.0.74870302876.issue2912@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for volunteering, James! I think you misunderstood the task. Do
you see how in platform's uname, it only tries to find missing values
for os.uname if os.uname doesn't exist? Sometimes os.uname exists, but
it doesn't provide all the values. Your task is to modify platform.uname
to try to fill in missing values in os.uname if they are present.
History
Date User Action Args
2008-06-07 12:43:37benjamin.petersonsetspambayes_score: 0.0114285 -> 0.011428502
recipients: + benjamin.peterson, jjt009
2008-06-07 12:43:36benjamin.petersonsetspambayes_score: 0.0114285 -> 0.0114285
messageid: <1212842616.8.0.74870302876.issue2912@psf.upfronthosting.co.za>
2008-06-07 12:43:35benjamin.petersonlinkissue2912 messages
2008-06-07 12:43:33benjamin.petersoncreate