From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13721 invoked by alias); 10 Oct 2014 07:51:00 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 13707 invoked by uid 89); 10 Oct 2014 07:50:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout25.012.net.il Received: from mtaout25.012.net.il (HELO mtaout25.012.net.il) (80.179.55.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Oct 2014 07:50:58 +0000 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0ND700600XFIGD00@mtaout25.012.net.il> for gdb-patches@sourceware.org; Fri, 10 Oct 2014 10:46:08 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ND7005CUXKWNU10@mtaout25.012.net.il>; Fri, 10 Oct 2014 10:46:08 +0300 (IDT) Date: Fri, 10 Oct 2014 07:51:00 -0000 From: Eli Zaretskii Subject: Re: Deprecating (and deleting) user-facing APIs [was Re: Why do functions objfpy_new and pspy_new exist?] In-reply-to: <54378CC0.2060602@redhat.com> To: Phil Muldoon Cc: dje@google.com, stanshebs@earthlink.net, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <834mvcbbxd.fsf@gnu.org> References: <54378CC0.2060602@redhat.com> X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00233.txt.bz2 > Date: Fri, 10 Oct 2014 08:37:36 +0100 > From: Phil Muldoon > CC: gdb-patches > > So let me propose something. From GDB 8 on-wards, lets only support > Python 3.x. If this is too early, maybe 8.1 or 8.2. Anyway, we > message this consistently and continuously to the community. Document > it in all the right high traffic places. What do folks think? No, please don't unsupport Python 2.x, not yet. I'm still using Python 2.x based applications (e.g., bzr), and I'd like to avoid having 2 different versions of Python on the same machine, if possible.