[Python-Dev] [Python-checkins] cpython: Issue #15164: Change return value of platform.uname() from a (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Mon Jun 25 04:21:11 CEST 2012
- Previous message: [Python-Dev] Error in buildbot link
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #15164: Change return value of platform.uname() from a
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Jun 25, 2012 at 7:31 AM, larry.hastings <python-checkins at python.org> wrote:
diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -59,9 +59,8 @@ Library -------
-- Support Mageia Linux in the platform module. - -- Issue #11678: Support Arch linux in the platform module. +- Issue #15164: Change return value of platform.uname() from a + plain tuple to a collections.namedtuple.
Larry, I think this commit accidentally reverted a couple of entries in Misc/NEWS.
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] Error in buildbot link
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #15164: Change return value of platform.uname() from a
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]