New submission from Georg Brandl <ge...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15164>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to