mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Closes #11678: support Arch linux in the platform module.
This commit is contained in:
parent
becb70c329
commit
488fccfaaf
2 changed files with 3 additions and 1 deletions
|
@ -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')
|
||||
'UnitedLinux', 'turbolinux', 'arch')
|
||||
|
||||
def _parse_release_file(firstline):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue