[Python-Dev] [Python-checkins] cpython: Issue #15164: Change return value of platform.uname() from a
Nick Coghlan
ncoghlan at gmail.com
Mon Jun 25 04:21:11 CEST 2012
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
More information about the Python-Dev
mailing list