[Python-checkins] r55926 - python/trunk/Lib/platform.py

marc-andre.lemburg python-checkins at python.org
Tue Jun 12 11:09:59 CEST 2007


Author: marc-andre.lemburg
Date: Tue Jun 12 11:09:58 2007
New Revision: 55926

Modified:
   python/trunk/Lib/platform.py
Log:
Apply patch #1734945 to support TurboLinux as distribution.



Modified: python/trunk/Lib/platform.py
==============================================================================
--- python/trunk/Lib/platform.py	(original)
+++ python/trunk/Lib/platform.py	Tue Jun 12 11:09:58 2007
@@ -242,7 +242,7 @@
 
 _supported_dists = ('SuSE', 'debian', 'fedora', 'redhat', 'centos',
                     'mandrake', 'rocks', 'slackware', 'yellowdog',
-                    'gentoo', 'UnitedLinux')
+                    'gentoo', 'UnitedLinux', 'turbolinux')
 
 def _parse_release_file(firstline):
 


More information about the Python-checkins mailing list