[New-bugs-announce] [issue2912] let platform.uname try harder

Benjamin Peterson report at bugs.python.org
Mon May 19 02:16:12 CEST 2008


New submission from Benjamin Peterson <musiccomposition at gmail.com>:

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.

----------
keywords: easy
messages: 67052
nosy: benjamin.peterson
severity: normal
status: open
title: let platform.uname try harder
type: feature request

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2912>
__________________________________


More information about the New-bugs-announce mailing list