Issue #15164: Change return value of platform.uname() from a
plain tuple to a collections.namedtuple.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3591b38..d409b0c 100644
--- 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.
- Issue #15118: Change return value of os.uname() and os.times() from
plain tuples to immutable iterable objects with named attributes