# HG changeset patch # User Westley Martínez # Date 1301159389 25200 # Node ID e448fc398f754e54fa9090c2acfa9fbbe5da62a7 # Parent a15d65d8f269076c621f573e833792b4cc12871c Add support for Arch Linux to platform.linux_distribution(). diff -r a15d65d8f269 -r e448fc398f75 Lib/platform.py --- a/Lib/platform.py Sat Mar 26 14:48:04 2011 +0100 +++ b/Lib/platform.py Sat Mar 26 10:09:49 2011 -0700 @@ -255,7 +255,7 @@ _supported_dists = ( 'SuSE', 'debian', 'fedora', 'redhat', 'centos', 'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo', - 'UnitedLinux', 'turbolinux') + 'UnitedLinux', 'turbolinux', 'arch') def _parse_release_file(firstline):