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
Date 2008-05-19.00:15:58
SpamBayes Score 0.0545341
Marked as misclassified No
Message-id <1211156171.95.0.0218034569692.issue2912@psf.upfronthosting.co.za>
In-reply-to
Content
Sometimes os.uname (which is used to bootstrap platform.uname) can
return 'unknown' for some items. The fallback code in platform.uname can
usually fill these blanks in. However, this is only used when os.uname
is not present. It would be useful if platform tried to fill these
unknowns in.
History
Date User Action Args
2008-05-19 00:16:14benjamin.petersonsetspambayes_score: 0.0545341 -> 0.0545341
recipients: + benjamin.peterson
2008-05-19 00:16:12benjamin.petersonsetspambayes_score: 0.0545341 -> 0.0545341
messageid: <1211156171.95.0.0218034569692.issue2912@psf.upfronthosting.co.za>
2008-05-19 00:16:09benjamin.petersonlinkissue2912 messages
2008-05-19 00:16:08benjamin.petersoncreate