mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Support Mageia Linux in the platform module.
This commit is contained in:
parent
488fccfaaf
commit
ab88803a8a
2 changed files with 3 additions and 1 deletions
|
@ -260,7 +260,7 @@ _release_version = re.compile(r'([^0-9]+)'
|
||||||
_supported_dists = (
|
_supported_dists = (
|
||||||
'SuSE', 'debian', 'fedora', 'redhat', 'centos',
|
'SuSE', 'debian', 'fedora', 'redhat', 'centos',
|
||||||
'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
|
'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
|
||||||
'UnitedLinux', 'turbolinux', 'arch')
|
'UnitedLinux', 'turbolinux', 'arch', 'mageia')
|
||||||
|
|
||||||
def _parse_release_file(firstline):
|
def _parse_release_file(firstline):
|
||||||
|
|
||||||
|
|
|
@ -59,6 +59,8 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Support Mageia Linux in the platform module.
|
||||||
|
|
||||||
- Issue #11678: Support Arch 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
|
- Issue #15118: Change return value of os.uname() and os.times() from
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue