Return-Path: X-Original-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 70F9FD6AE for ; Mon, 10 Dec 2012 15:32:52 +0000 (UTC) Received: (qmail 86749 invoked by uid 500); 10 Dec 2012 15:32:52 -0000 Delivered-To: apmail-incubator-bloodhound-dev-archive@incubator.apache.org Received: (qmail 86686 invoked by uid 500); 10 Dec 2012 15:32:51 -0000 Mailing-List: contact bloodhound-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-dev@incubator.apache.org Received: (qmail 86661 invoked by uid 99); 10 Dec 2012 15:32:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 15:32:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gary.martin@wandisco.com designates 209.85.216.175 as permitted sender) Received: from [209.85.216.175] (HELO mail-qc0-f175.google.com) (209.85.216.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2012 15:32:44 +0000 Received: by mail-qc0-f175.google.com with SMTP id j3so1566682qcs.6 for ; Mon, 10 Dec 2012 07:32:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=CR0OOmxzBKUorgwAz9b1teumFVFWvf9dKN+Pf4SHgKA=; b=X3BJShibBFs39y+VZH5Dw4x45mI8kYxxL5b7p9qIApOGNXnL5pIcKCIVdR6ALBu84O qVjwKYw6SOyXPXoV/qZlzZQpVmNmIS/fEYGoVS+NLhvZR5/YhM1VLcB5bOmGOVC84vmC VRhNyU4nXWWZhQqe5vGB67nJuiThCGi+1OqvNXvrE3q8rdjDT80aCWKPER0yCLzJo7if t8u1wvwu9BNBDjkZo3ts3dCXsGMTzP4kDJpvWlAanOdmv0M0/w1JHRZSrj7ZWr7o5GQd zSO76Fz3MILLIPhhz4a6I8D3vvQ2R86SvDM5J2DPIfRQoZTqREEggtKPGTGoRrjfulBj ERgA== MIME-Version: 1.0 Received: by 10.224.180.10 with SMTP id bs10mr26756715qab.53.1355153542425; Mon, 10 Dec 2012 07:32:22 -0800 (PST) Received: by 10.49.98.101 with HTTP; Mon, 10 Dec 2012 07:32:22 -0800 (PST) In-Reply-To: References: Date: Mon, 10 Dec 2012 15:32:22 +0000 Message-ID: Subject: Re: Bloodhound Python version From: Gary Martin To: bloodhound-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=20cf302ef952832a3404d081455e X-Gm-Message-State: ALoCoQnuLtHkYt1qGj0dSnsY669ak8dwNBnQ3V/1AgDkpPM09TZ3PDS2sRwmwTnNluex0XK0G6Jh X-Virus-Checked: Checked by ClamAV on apache.org --20cf302ef952832a3404d081455e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10 December 2012 15:20, Olemis Lang wrote: > On 12/10/12, Andrej Golcov wrote: > > Hi, > > > > :) > > > Sorry if this question was already discussed but I can't find any notes > on > > this. > > > > What python version should Bloodhound support? > > Is it the same as Trac 1.0: =E2=89=A5 2.5 and < 3.0? > > > > As I can see, "with" statement is used in Bloodhound code without > > __future__ import. Does it mean that Bloodhound targets =E2=89=A5 2.6 > > environment? > > > > FWIW , some issues have been detected running Bloodhound on Windows > with Python=3D2.6.1 . > > > My +1 for 2.6 and higher support :) > > > > +1 > I'm happy with 2.6 & 2.7. It is possible that we would miss out on native package installation on some platforms but we can clearly ignore that for now. Equally, I don't mind seeing __future__ imports being used in our code either. Cheers, Gary --20cf302ef952832a3404d081455e--