]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Restore Misc/NEWS entries lost in the merge for the previous commit.
authorLarry Hastings <larry@hastings.org>
Sun, 24 Jun 2012 21:34:49 +0000 (14:34 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 24 Jun 2012 21:34:49 +0000 (14:34 -0700)
Misc/NEWS

index d409b0c3d6d5d979537963ac52cda1c93f26ce44..ebb2f02c1bb9441a18bcabe45c558dd03ed7b288 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,10 @@ Library
 - 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).