From: Marc-André Lemburg Date: Sat, 8 Mar 2008 10:01:43 +0000 (+0000) Subject: Add new name for Mandrake: Mandriva. X-Git-Tag: v2.6a2~355 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50967bdec2d0f1511c5ce9590f121ec6d6dde080;p=thirdparty%2FPython%2Fcpython.git Add new name for Mandrake: Mandriva. --- diff --git a/Lib/platform.py b/Lib/platform.py index a860bf838397..35a87a8f3eba 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -240,9 +240,10 @@ _release_version = re.compile(r'([^0-9]+)' # and http://data.linux-ntfs.org/rpm/whichrpm # and http://www.die.net/doc/linux/man/man1/lsb_release.1.html -_supported_dists = ('SuSE', 'debian', 'fedora', 'redhat', 'centos', - 'mandrake', 'rocks', 'slackware', 'yellowdog', - 'gentoo', 'UnitedLinux', 'turbolinux') +_supported_dists = ( + 'SuSE', 'debian', 'fedora', 'redhat', 'centos', + 'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo', + 'UnitedLinux', 'turbolinux') def _parse_release_file(firstline):