Support Mageia Linux in the platform module.

This commit is contained in:
Antoine Pitrou 2012-06-24 22:20:18 +02:00
parent 488fccfaaf
commit ab88803a8a
2 changed files with 3 additions and 1 deletions

View File

@ -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):

View File

@ -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