From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81984 invoked by alias); 21 Feb 2019 02:39:20 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 81707 invoked by uid 89); 21 Feb 2019 02:39:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*Ad:U*gdb X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 21 Feb 2019 02:39:10 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 117EA11630B; Wed, 20 Feb 2019 21:39:09 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id D9aGbg1L795X; Wed, 20 Feb 2019 21:39:09 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A12F811630A; Wed, 20 Feb 2019 21:39:08 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 53614838C6; Thu, 21 Feb 2019 06:39:04 +0400 (+04) Date: Thu, 21 Feb 2019 02:39:00 -0000 From: Joel Brobecker To: Paul Smith Cc: Kevin Buettner , gdb@sourceware.org Subject: Re: Proposal: Drop GDB support for Python versions < 2.6 Message-ID: <20190221023904.GD14933@adacore.com> References: <20190220134506.13960235@f29-4.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-02/txt/msg00029.txt.bz2 > > Going even further, since 2.6 is no longer supported by the Python > > community, I'd also be okay with saying that GDB only supports Python > > 2.7 and Python 3.X. > > Don't know if anyone cares, but as a heavy user of Python support in > GDB, I'm fine with this. As long as GDB still supports Python 2.7 it's > A-OK with me. +1. As for Python 2.7, let's keep it for a year or two more, before we completely drop it. -- Joel