[issue2255] Change Mandrake by Mandriva for platform.dist()

2008-03-08 Thread Nicolas Lécureuil

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.old2007-10-05 20:17:15.0 +0800
 Lib/platform.py2007-10-05 20:18:00.0 +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



[issue2255] Change Mandrake by Mandriva for platform.dist()

2008-03-08 Thread Marc-Andre Lemburg

Marc-Andre Lemburg added the comment:

Fixed in r61304.

Backport candidate.

__
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



[issue2255] Change Mandrake by Mandriva for platform.dist()

2008-03-08 Thread Marc-Andre Lemburg

Changes by Marc-Andre Lemburg:


--
status: open - closed

__
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



[issue2255] Change Mandrake by Mandriva for platform.dist()

2008-03-07 Thread Nicolas Lécureuil

New submission from Nicolas Lécureuil:

here is a patch fixing the issue by changing mandrake to mandriva

--
components: Library (Lib)
files: python-2.5-change-mandrake.patch
keywords: patch
messages: 63370
nosy: neoclust
severity: normal
status: open
title: Change Mandrake by Mandriva for platform.dist()
type: behavior
versions: Python 2.5
Added file: http://bugs.python.org/file9633/python-2.5-change-mandrake.patch

__
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



[issue2255] Change Mandrake by Mandriva for platform.dist()

2008-03-07 Thread Benjamin Peterson

Changes by Benjamin Peterson:


--
nosy: +lemburg

__
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



[issue2255] Change Mandrake by Mandriva for platform.dist()

2008-03-07 Thread Facundo Batista

Facundo Batista added the comment:

Assigning as the platform.py file says.

The patch is straightforward, I'm only concerned with backward
compatibility...

--
assignee:  - lemburg
nosy: +facundobatista

__
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