Kaydet (Commit) 488fccfa authored tarafından Georg Brandl's avatar Georg Brandl

Closes #11678: support Arch linux in the platform module.

üst becb70c3
...@@ -260,7 +260,7 @@ _release_version = re.compile(r'([^0-9]+)' ...@@ -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') 'UnitedLinux', 'turbolinux', 'arch')
def _parse_release_file(firstline): def _parse_release_file(firstline):
......
...@@ -59,6 +59,8 @@ Core and Builtins ...@@ -59,6 +59,8 @@ Core and Builtins
Library Library
------- -------
- 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
plain tuples to immutable iterable objects with named attributes plain tuples to immutable iterable objects with named attributes
(structseq objects). (structseq objects).
......
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