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 georg.brandl
Recipients georg.brandl, larry
Date 2012-06-24.17:32:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340559170.31.0.985080804132.issue15164@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-06-24 17:32:50georg.brandlsetrecipients: + georg.brandl, larry
2012-06-24 17:32:50georg.brandlsetmessageid: <1340559170.31.0.985080804132.issue15164@psf.upfronthosting.co.za>
2012-06-24 17:32:49georg.brandllinkissue15164 messages
2012-06-24 17:32:48georg.brandlcreate