From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 8ZmbBwcFEGdzJBAAWB0awg (envelope-from ) for ; Wed, 16 Oct 2024 14:25:11 -0400 Authentication-Results: simark.ca; dkim=pass (2048-bit key; unprotected) header.d=gnu.org header.i=@gnu.org header.a=rsa-sha256 header.s=fencepost-gnu-org header.b=KpqbSUfY; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id EBB951E357; Wed, 16 Oct 2024 14:25:10 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-7.8 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI, RCVD_IN_DNSWL_BLOCKED,RCVD_IN_VALIDITY_CERTIFIED,RCVD_IN_VALIDITY_RPBL, RCVD_IN_VALIDITY_SAFE,URIBL_BLOCKED,URIBL_DBL_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=4.0.0 Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 9E8FA1E0C0 for ; Wed, 16 Oct 2024 14:25:09 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id F1F9B3858C42 for ; Wed, 16 Oct 2024 18:25:08 +0000 (GMT) Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id A452F3858D20 for ; Wed, 16 Oct 2024 18:24:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A452F3858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A452F3858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:142:3::10 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1729103093; cv=none; b=oJKrZkVBA9C4FIChEiZEXVcxa+Km2OyZZ1zLvX+oy0ESA6in7FpM4ARkoAzRZyFE27fXG4zd12mEzfhzJOdzxgu9xPF73znwPG/z+zH14yDl6oQobXjiyuMw1+Gr62Dh8PuszgzP0HPF//kc2tOAziQB4KqwhXzV928jWf1mTrs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1729103093; c=relaxed/simple; bh=u0/ToECENh5V6XFcExYAn9YIjRK3Zqglj7wblCoh6FE=; h=DKIM-Signature:Date:Message-Id:From:To:Subject; b=Ub3fWVIV+M7/zWrtz86UPAVc92qFAs39j8EGoBRpyyxPUUisFBvnuHTVgp612QWl6fQ2NPECefjmo1B5Y6oeu+natzKSHsqJcZOpBgjLqEBJOY/qluHNaConkCoZMzZGjS5UHgP+rrj/FwY4DZQV22q4pJYvUxa7zJRYqoCcI1c= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t18hV-00043V-Q2; Wed, 16 Oct 2024 14:24:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=p+TUvGQsFGSVFm8kPv2uhMTaot4Wes/9nubIPQQSqpk=; b=KpqbSUfYUnZ5 u7VA88l29z0DZtygi+GT0dc97V1eyHGyuV0+eq6IwKv2UiIb3ujXtboW6ovSoxLHYLMb/b2PflW1C b7Wm6uy6decjpqufievXx8IOQXrFi1d8RO14Kq4pVbLE7VI5n1dFD1lmjwv9hdQjeLbAdQf9/MzTV +FDtp8daRGpL5a6c41M2GaYBvoYL8iAo9Zz7tVdop2Vm/rkjI5Rl0Ho2TaMl4waDntAFCuK2ku6UR Qm31611UopFmys/DxQGibIk8eo0oGJ9xxP7naHWfTggGJ8FlknDir0o86iRa12yPLzxMebZ1H3U9E jKWWSqi5NhRhGtC751A14Q==; Date: Wed, 16 Oct 2024 21:24:43 +0300 Message-Id: <86plnzq51w.fsf@gnu.org> From: Eli Zaretskii To: Tom Tromey Cc: gdb-patches@sourceware.org In-Reply-To: <20241016160000.219628-1-tromey@adacore.com> (message from Tom Tromey on Wed, 16 Oct 2024 10:00:00 -0600) Subject: Re: [PATCH] Require Python 3.4 References: <20241016160000.219628-1-tromey@adacore.com> X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces~public-inbox=simark.ca@sourceware.org > From: Tom Tromey > Cc: Tom Tromey > Date: Wed, 16 Oct 2024 10:00:00 -0600 > > I believe we previously agreed that the minimum supported Python > version should be 3.4. This patch makes this change, harmonizing the > documentation (which was inconsistent about the minimum version) and > the code. > --- > gdb/NEWS | 2 ++ > gdb/README | 2 +- > gdb/configure | 4 ++-- > gdb/configure.ac | 4 ++-- > gdb/doc/gdb.texinfo | 2 +- > gdb/python/py-gdb-readline.c | 4 ---- > gdb/python/python-internal.h | 13 ++----------- > 7 files changed, 10 insertions(+), 21 deletions(-) Thanks, the documentation parts are okay. Reviewed-By: Eli Zaretskii