[Python-checkins] cpython: Support Mageia Linux in the platform module.

antoine.pitrou python-checkins at python.org
Sun Jun 24 22:25:44 CEST 2012


http://hg.python.org/cpython/rev/85d827cbabfa
changeset:   77746:85d827cbabfa
parent:      77744:97a098aa4205
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Jun 24 22:20:18 2012 +0200
summary:
  Support Mageia Linux in the platform module.

files:
  Lib/platform.py |  2 +-
  Misc/NEWS       |  2 ++
  2 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Lib/platform.py b/Lib/platform.py
--- a/Lib/platform.py
+++ b/Lib/platform.py
@@ -260,7 +260,7 @@
 _supported_dists = (
     'SuSE', 'debian', 'fedora', 'redhat', 'centos',
     'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
-    'UnitedLinux', 'turbolinux', 'arch')
+    'UnitedLinux', 'turbolinux', 'arch', 'mageia')
 
 def _parse_release_file(firstline):
 
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,8 @@
 Library
 -------
 
+- 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list