From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13850 invoked by alias); 11 Dec 2013 08:11:14 -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 13840 invoked by uid 89); 11 Dec 2013 08:11:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 11 Dec 2013 08:11:12 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rBB8B1I6018871 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 11 Dec 2013 03:11:01 -0500 Received: from host2.jankratochvil.net (ovpn-116-40.ams2.redhat.com [10.36.116.40]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rBB8AvOB000763 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 11 Dec 2013 03:11:00 -0500 Date: Wed, 11 Dec 2013 08:11:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: Tom Tromey , Doug Evans , gdb-patches@sourceware.org, Sergio Durigan Subject: Re: [PATCH] Add some const-ness to py-cmd.c Message-ID: <20131211081057.GA382@host2.jankratochvil.net> References: <871u1k5srh.fsf@fleche.redhat.com> <87fvq03waa.fsf@fleche.redhat.com> <20131211075328.GA3227@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131211075328.GA3227@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00419.txt.bz2 On Wed, 11 Dec 2013 08:53:28 +0100, Joel Brobecker wrote: > Do we need to keep 2.6? Yes, we do - RHEL-6 ships python-2.6.6. We would have to keep downstream backport patchset otherwise. Thanks, Jan