Nicolas Lécureuil added the comment:

is there a fix applied on mandriva python :

--- (empty file)
+++ cooker/python/current/SOURCES/python-2.5.1-detect-mandriva.patch   
Sat Mar  8 03:22:50 2008
@@ -0,0 +1,10 @@
+--- Lib/platform.py.old        2007-10-05 20:17:15.000000000 +0800
++++ Lib/platform.py    2007-10-05 20:18:00.000000000 +0800
+@@ -225,7 +225,7 @@
+ 
+ def dist(distname='',version='',id='',
+ 
+-         supported_dists=('SuSE', 'debian', 'fedora', 'redhat',
'mandrake')):
++         supported_dists=('SuSE', 'debian', 'fedora', 'mandriva',
'redhat', 'mandrake')):
+ 
+     """ Tries to determine the name of the Linux OS distribution name.

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2255>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to