mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Apply patch #1734945 to support TurboLinux as distribution.
This commit is contained in:
parent
3ed365be0e
commit
0e09788eda
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ _release_version = re.compile(r'([^0-9]+)'
|
||||||
|
|
||||||
_supported_dists = ('SuSE', 'debian', 'fedora', 'redhat', 'centos',
|
_supported_dists = ('SuSE', 'debian', 'fedora', 'redhat', 'centos',
|
||||||
'mandrake', 'rocks', 'slackware', 'yellowdog',
|
'mandrake', 'rocks', 'slackware', 'yellowdog',
|
||||||
'gentoo', 'UnitedLinux')
|
'gentoo', 'UnitedLinux', 'turbolinux')
|
||||||
|
|
||||||
def _parse_release_file(firstline):
|
def _parse_release_file(firstline):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue