]> granicus.if.org Git - python/commitdiff
Support Mageia Linux in the platform module.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 Jun 2012 20:20:18 +0000 (22:20 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 24 Jun 2012 20:20:18 +0000 (22:20 +0200)
Lib/platform.py
Misc/NEWS

index 62553538566d60d767ad52e4ab178ecc24ddcba3..3cb7c3e5ee4b0ec64a0458d96e8f0ff7c33fe272 100755 (executable)
@@ -260,7 +260,7 @@ _release_version = re.compile(r'([^0-9]+)'
 _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):
 
index 98cb258f2bc4d246b69a12ee7f0a54fa8cc81cb5..3591b385ebe3ae5a0fd450def7ddd3bb9af1c92d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,8 @@ Core and Builtins
 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