Kaydet (Commit) ab88803a authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Support Mageia Linux in the platform module.

üst 488fccfa
......@@ -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):
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment