
python-checkins at python
Jun 24, 2012, 2:34 PM
Post #1 of 1
(50 views)
Permalink
|
|
cpython: Restore Misc/NEWS entries lost in the merge for the previous commit.
|
|
http://hg.python.org/cpython/rev/af6dfaa529af changeset: 77756:af6dfaa529af user: Larry Hastings <larry [at] hastings> date: Sun Jun 24 14:34:49 2012 -0700 summary: Restore Misc/NEWS entries lost in the merge for the previous commit. files: Misc/NEWS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -62,6 +62,10 @@ - Issue #15164: Change return value of platform.uname() from a plain tuple to a collections.namedtuple. +- Support Mageia Linux in the platform module. + +- Issue #11678: Support Arch linux in the platform module. + - Issue #15118: Change return value of os.uname() and os.times() from plain tuples to immutable iterable objects with named attributes (structseq objects). -- Repository URL: http://hg.python.org/cpython
|