mirror of https://github.com/python/cpython
Apply patch #1734945 to support TurboLinux as distribution.
This commit is contained in:
parent
3ed365be0e
commit
0e09788eda
|
@ -242,7 +242,7 @@ _release_version = re.compile(r'([^0-9]+)'
|
|||
|
||||
_supported_dists = ('SuSE', 'debian', 'fedora', 'redhat', 'centos',
|
||||
'mandrake', 'rocks', 'slackware', 'yellowdog',
|
||||
'gentoo', 'UnitedLinux')
|
||||
'gentoo', 'UnitedLinux', 'turbolinux')
|
||||
|
||||
def _parse_release_file(firstline):
|
||||
|
||||
|
|
Loading…
Reference in New Issue