From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23385 invoked by alias); 27 Oct 2011 19:57:01 -0000 Received: (qmail 23376 invoked by uid 22791); 27 Oct 2011 19:57:00 -0000 X-SWARE-Spam-Status: No, hits=-7.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Oct 2011 19:56:41 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9RJud9l030659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 27 Oct 2011 15:56:39 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p9RJucYB005862; Thu, 27 Oct 2011 15:56:39 -0400 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p9RJubTU031871; Thu, 27 Oct 2011 15:56:37 -0400 From: Tom Tromey To: Cc: , Subject: Re: [RFA] Python: iterator for deep traversal of gdb.Type struct/union fields References: <4E8595F6.7080004@gmail.com> <2460DAAE-C437-469A-BA1A-47343C5DBB45@comcast.net> <4E8F0244-3A3F-4AE2-A13C-DA9503282A97@comcast.net> <4C0389F5-A2DF-4864-8E33-BB893C885C98@comcast.net> <83bot4de4v.fsf@gnu.org> <92BF63C1-0118-4ED9-BB22-ACB406D2D22D@comcast.net> <09787EF419216C41A903FD14EE5506DD030CF1627A@AUSX7MCPC103.AMER.DELL.COM> Date: Thu, 27 Oct 2011 19:57:00 -0000 In-Reply-To: <09787EF419216C41A903FD14EE5506DD030CF1627A@AUSX7MCPC103.AMER.DELL.COM> (Paul Koning's message of "Thu, 27 Oct 2011 09:04:50 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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 X-SW-Source: 2011-10/txt/msg00747.txt.bz2 >>>>> "Paul" == writes: >> Hi. Is it too late to change the name to deep_items? >> >> I like consistency in the user-facing API and we've been using >> foo_bar (as does PEP008). >> >> [Or is there a special reason for eliding the underscore?] Paul> No problem that I know of. It's a trivial change to make if Paul> that's desired. Yeah, I think so. I was unaware that this is in PEP 8. Also, could you write a NEWS item? I'd like to try to put all Python additions into NEWS. Tom