From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7405 invoked by alias); 27 Oct 2011 14:05:07 -0000 Received: (qmail 7391 invoked by uid 22791); 27 Oct 2011 14:05:06 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ausxipps301.us.dell.com (HELO ausxipps301.us.dell.com) (143.166.148.223) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Oct 2011 14:04:53 +0000 X-Loopcount0: from 10.170.28.40 From: To: CC: Date: Thu, 27 Oct 2011 14:52:00 -0000 Subject: RE: [RFA] Python: iterator for deep traversal of gdb.Type struct/union fields Message-ID: <09787EF419216C41A903FD14EE5506DD030CF1627A@AUSX7MCPC103.AMER.DELL.COM> 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> In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes 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/msg00728.txt.bz2 >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?] No problem that I know of. It's a trivial change to make if that's desired. paul