summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-06-24 20:17:23 (GMT)
committerGeorg Brandl <georg@python.org>2012-06-24 20:17:23 (GMT)
commit488fccfaaf0afb432c9131ad40eb81e517316fbc (patch)
tree831731b77012cb7d549c80cd503894c1452e8d7c /Misc
parentbecb70c329eb7202cfb1cf2c9bbd8979e3662949 (diff)
downloadcpython-488fccfaaf0afb432c9131ad40eb81e517316fbc.zip
cpython-488fccfaaf0afb432c9131ad40eb81e517316fbc.tar.gz
cpython-488fccfaaf0afb432c9131ad40eb81e517316fbc.tar.bz2
Closes #11678: support Arch linux in the platform module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index da574b0..98cb258 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,8 @@ Core and Builtins
Library
-------
+- 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).