From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 2Bh+E1/cKmB6CgAA0tVLHw (envelope-from ) for ; Mon, 15 Feb 2021 20:41:03 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id GB1cD1/cKmDEdQAAB5/wlQ (envelope-from ) for ; Mon, 15 Feb 2021 20:41:03 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B006D1BD26 for ; Mon, 15 Feb 2021 21:41:02 +0100 (CET) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 78F241FB0D; Mon, 15 Feb 2021 15:40:57 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id E36221FAE4 for ; Mon, 15 Feb 2021 15:40:54 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id 9FC23606DF; Mon, 15 Feb 2021 15:40:53 -0500 (EST) Received: (nullmailer pid 179769 invoked by uid 1000); Mon, 15 Feb 2021 20:40:52 -0000 From: David Bremner To: Tomi Ollila , Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH] python: convert shebangs to python3 In-Reply-To: References: <20210213002622.377356-1-dkg@fifthhorseman.net> Date: Mon, 15 Feb 2021 16:40:52 -0400 Message-ID: <87ft1xt67f.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: ALGIBJHDHBQSONHY5UAKFPD3OPV4XBPL X-Message-ID-Hash: ALGIBJHDHBQSONHY5UAKFPD3OPV4XBPL X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.54 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Queue-Id: B006D1BD26 X-Spam-Score: -0.54 X-Migadu-Scanner: scn1.migadu.com X-TUID: Nu0j9ylbUKnE Tomi Ollila writes: > On Fri, Feb 12 2021, Daniel Kahn Gillmor wrote: > >> This is the last bit of "python" left in the notmuch codebase. >> >> https://www.python.org/dev/peps/pep-0394/#recommendation encourages >> "third-party distributors" to use more-specific shebang lines. I'm >> not certain that the notmuch project itself is a "third-party >> contributor" but I think this is a safe way to encourage people to use >> python3 when they're developing notmuch. >> >> We already have python3 explicitly elsewhere in the codebase for >> developers (in nmbug). > > LGTM > > Tomi > Applied to master. d