[Python-checkins] cpython: Restore Misc/NEWS entries lost in the merge for the previous commit.

larry.hastings python-checkins at python.org
Sun Jun 24 23:34:57 CEST 2012


http://hg.python.org/cpython/rev/af6dfaa529af
changeset:   77756:af6dfaa529af
user:        Larry Hastings <larry at hastings.org>
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


More information about the Python-checkins mailing list