From: Marc-André Lemburg Date: Tue, 12 Jun 2007 09:09:58 +0000 (+0000) Subject: Apply patch #1734945 to support TurboLinux as distribution. X-Git-Tag: v2.6a1~1619 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e09788eda299728b3354ce015079fafe7bc396c;p=python Apply patch #1734945 to support TurboLinux as distribution. --- diff --git a/Lib/platform.py b/Lib/platform.py index ca4b86c964..f02021e482 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -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):