Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 0289F6DE13F4 for ; Tue, 4 Aug 2015 07:33:54 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.142 X-Spam-Level: X-Spam-Status: No, score=0.142 tagged_above=-999 required=5 tests=[AWL=0.142] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B1Z7Nr0Bx8dP for ; Tue, 4 Aug 2015 07:33:52 -0700 (PDT) Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id 3048C6DE13EA for ; Tue, 4 Aug 2015 07:33:52 -0700 (PDT) Received: from remotemail by gitolite.debian.net with local (Exim 4.80) (envelope-from ) id 1ZMdGw-0001ot-LW; Tue, 04 Aug 2015 14:32:54 +0000 Received: (nullmailer pid 19337 invoked by uid 1000); Tue, 04 Aug 2015 14:32:40 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH] devel/release-checks.sh: made python version check work with python 3 In-Reply-To: <1438508905-10955-1-git-send-email-tomi.ollila@iki.fi> References: <1438508905-10955-1-git-send-email-tomi.ollila@iki.fi> User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Tue, 04 Aug 2015 16:32:40 +0200 Message-ID: <87y4hrm8dz.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain Cc: tomi.ollila@iki.fi X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2015 14:33:54 -0000 Tomi Ollila writes: > This trivial change consists of just putting print() argument in > parentheses. Pushed. BTW, would it be a good thing or a bad one to take the python binary name here from sh.config? Or just not worth the trouble? d