From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32e.google.com (mail-wm1-x32e.google.com [IPv6:2a00:1450:4864:20::32e]) by sourceware.org (Postfix) with ESMTPS id 697653858D37 for ; Thu, 20 Jan 2022 13:54:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 697653858D37 Received: by mail-wm1-x32e.google.com with SMTP id n8so12228137wmk.3 for ; Thu, 20 Jan 2022 05:54:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=GGoHsEhrg4ptW896EPeXQQtLNRs6x6E0MqgS5qY9NzE=; b=SGvsuT2XMHiFPVfhZYH6cwiSS4nqmhWuQP8HuNHSZ7FFkm1i+vPASsHGj5WoR2jcvS X8o8kfrwUe7MOSkEcrmctYl0WvjYCDFg2QVwRF5X/Kaai09h2rI5n2NQGMSInqemVJ2g ezIDaQYPot/L8CqeoeeLti52e+V5a/GTca69GSM1ZGxafMlWes6qnKGhCgeK9Qn3QfKB +D4yjHvw4EmZiLR6yjRJObIV/S78l79Hy3hlPaylf0RlNTVwGnYANFAtO2ukDA7jJE27 UvgqL2ji3bmRKgwUomQ+ejienQu7pA9AELSArBetExrz9PoljcojIe/chiP/DKsxSDFV NfIQ== X-Gm-Message-State: AOAM532ccKtQCTE4B6cLI0sMmWW2EzkD+fdIGycR5QM3G+rtMGy5+Ko6 o+XOHU9yLdWFufpCaqg3QcrD X-Google-Smtp-Source: ABdhPJwwBKxxAFp7egbnHEoyt5UacpxZFL02w2oYtEUlcsOlAX2beEB3ts4vZY6KmtgvzXFMk89uzg== X-Received: by 2002:a5d:4742:: with SMTP id o2mr11172541wrs.346.1642686846061; Thu, 20 Jan 2022 05:54:06 -0800 (PST) Received: from takamaka.home ([2a01:cb22:1d5:1100:f9c:262e:876a:6ca5]) by smtp.gmail.com with ESMTPSA id g13sm2991160wri.80.2022.01.20.05.54.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Jan 2022 05:54:05 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id BE01FA1612; Thu, 20 Jan 2022 17:54:02 +0400 (+04) Date: Thu, 20 Jan 2022 17:54:02 +0400 From: Joel Brobecker To: Joel Brobecker via Overseers , Joel Brobecker , Ivo Raisr , Carlos O'Donell , Joseph Myers , Jeff Johnston Subject: Re: transition git-hooks on sourceware.org to Python 3.x Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_MANYTO, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2022 13:54:08 -0000 > Actually, looks good so far. We only had a single, local python2 > script which I 2to3-d and appears to work as well.. Thanks for a > smooth transition! Nice to hear. Thanks Corinna! -- Joel