Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:test': 0.05; '32-bit': 0.09; 'freebsd,': 0.09; 'wrote:': 0.15; 'library': 0.15; '11:42': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'howdy,': 0.16; 'mon,': 0.16; 'pm,': 0.16; 'linux': 0.18; 'aug': 0.19; 'received:209.85.210.174': 0.19; 'received:mail-iy0-f174.google.com': 0.19; 'header:In-Reply-To:1': 0.22; '64-bit': 0.23; 'testing': 0.25; '(and': 0.27; "i'm": 0.27; 'putting': 0.28; 'message-id:@mail.gmail.com': 0.28; 'installing': 0.29; 'mix': 0.30; 'chris': 0.32; 'to:addr:python-list': 0.34; 'test': 0.34; 'directory.': 0.35; 'unless': 0.37; 'but': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'systems,': 0.40; 'received:209': 0.40; 'setup': 0.40; 'special': 0.67; 'add:': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=FnRzXGj9yV77o4A2Quz5Zyvthnf3X/NJ7hUdJuM6m0o=; b=dwjwSFQ+235AOMKTXZN3H3IrQZpoipZ6ktibXkHglhHWL/Gl/YK5bz1bkAVAjiFARb r3GeVlzAhMWDVa5Bpxnv3zZMkpSjfi4U0WVV/wBcHmnvCmrv94Qmr4fkU82R7lMdZGhb ZX6gvXrCLdi7gMsS6dPxBKhsRdcVzZxPdKhA4= MIME-Version: 1.0 In-Reply-To: <4E372BCB.3030003@stoneleaf.us> References: <4E372BCB.3030003@stoneleaf.us> Date: Tue, 2 Aug 2011 02:29:53 +0100 Subject: Re: test systems From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1312248596 news.xs4all.nl 23857 [2001:888:2000:d::a6]:52379 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10692 On Mon, Aug 1, 2011 at 11:42 PM, Ethan Furman wrote: > Howdy, > > I'm going to setup a few linux systems for testing (probably three) as we= ll > as the three FreeBSD, OpenBSD, and (possibly) NetBsd. =A0Oh, and Windows.= =A0;) > > Any recommendations on which linuces to pick? Others have made recommendations of distro (and are far better qualified than I to do so), but one small point to add: Test a mix of 32-bit and 64-bit systems, unless you only support the latter. This is particularly important with installers and such; installing a 32-bit library on a 64-bit Linux may mean putting it in a special directory. Chris Angelico