summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2007-06-12 09:09:58 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2007-06-12 09:09:58 (GMT)
commit0e09788eda299728b3354ce015079fafe7bc396c (patch)
tree550cc97763db9807d20a409966cd07b0a7c326a8 /Lib
parent3ed365be0ef7d87b84465e7accb8cf9b0581b37f (diff)
downloadcpython-0e09788eda299728b3354ce015079fafe7bc396c.zip
cpython-0e09788eda299728b3354ce015079fafe7bc396c.tar.gz
cpython-0e09788eda299728b3354ce015079fafe7bc396c.tar.bz2
Apply patch #1734945 to support TurboLinux as distribution.
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/platform.py2
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):