From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36706) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCsgt-0004Ts-Cv for guix-patches@gnu.org; Fri, 13 Mar 2020 18:22:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCsgs-0006Qm-9k for guix-patches@gnu.org; Fri, 13 Mar 2020 18:22:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54355) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jCsgs-0006Qh-6V for guix-patches@gnu.org; Fri, 13 Mar 2020 18:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jCsgs-0000H5-1U for guix-patches@gnu.org; Fri, 13 Mar 2020 18:22:02 -0400 Subject: [bug#40030] [PATCH] doc: Update guidance about Python 2 package variants. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <3fd7f685b5a188770750e85a973d265a57967954.1583955355.git.leo@famulari.name> Date: Fri, 13 Mar 2020 23:21:05 +0100 In-Reply-To: <3fd7f685b5a188770750e85a973d265a57967954.1583955355.git.leo@famulari.name> (Leo Famulari's message of "Wed, 11 Mar 2020 15:35:56 -0400") Message-ID: <8736abnbfy.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 40030@debbugs.gnu.org Hi Leo, Leo Famulari skribis: > * doc/contributing.texi (Python Modules): Don't recommend adding Python-2 > package variants by default. LGTM, thanks! Ludo=E2=80=99.