summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2012-06-24 21:34:49 (GMT)
committerLarry Hastings <larry@hastings.org>2012-06-24 21:34:49 (GMT)
commite6bdc8f2dd0d8cb495e61d08f1db9e0e19c03b1d (patch)
tree8ac1f895c9e1aabc1e52d8278b6e87edf1589840
parent68386bc0b88eb4b7c9aeb4f753114dc85f8df5b6 (diff)
downloadcpython-e6bdc8f2dd0d8cb495e61d08f1db9e0e19c03b1d.zip
cpython-e6bdc8f2dd0d8cb495e61d08f1db9e0e19c03b1d.tar.gz
cpython-e6bdc8f2dd0d8cb495e61d08f1db9e0e19c03b1d.tar.bz2
Restore Misc/NEWS entries lost in the merge for the previous commit.
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d409b0c..ebb2f02 100644
--- 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).