[New-bugs-announce] [issue15164] add platform.uname() namedtuple interface?

Georg Brandl report at bugs.python.org
Sun Jun 24 19:32:50 CEST 2012


New submission from Georg Brandl <georg at python.org>:

Followup to #15118.

See rev 75b818d7c50d -- the patch converted a usage of platform.uname(), which errored out on Mac.

Since os.uname() is supposed to be the "low-level" interface, it suggests that platform.uname() should also return an attribute-rich object; in this case probably a namedtuple.

----------
assignee: larry
components: Library (Lib)
messages: 163810
nosy: georg.brandl, larry
priority: deferred blocker
severity: normal
status: open
title: add platform.uname() namedtuple interface?
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15164>
_______________________________________


More information about the New-bugs-announce mailing list