diff options
| author | Marc-André Lemburg <mal@egenix.com> | 2007-06-12 09:09:58 (GMT) | 
|---|---|---|
| committer | Marc-André Lemburg <mal@egenix.com> | 2007-06-12 09:09:58 (GMT) | 
| commit | 0e09788eda299728b3354ce015079fafe7bc396c (patch) | |
| tree | 550cc97763db9807d20a409966cd07b0a7c326a8 /Lib/platform.py | |
| parent | 3ed365be0ef7d87b84465e7accb8cf9b0581b37f (diff) | |
| download | cpython-0e09788eda299728b3354ce015079fafe7bc396c.zip cpython-0e09788eda299728b3354ce015079fafe7bc396c.tar.gz cpython-0e09788eda299728b3354ce015079fafe7bc396c.tar.bz2  | |
Apply patch #1734945 to support TurboLinux as distribution.
Diffstat (limited to 'Lib/platform.py')
| -rwxr-xr-x | Lib/platform.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/platform.py b/Lib/platform.py index ca4b86c..f02021e 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):  | 
