From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30766 invoked by alias); 19 Feb 2013 15:51:44 -0000 Received: (qmail 30736 invoked by uid 22791); 19 Feb 2013 15:51:43 -0000 X-SWARE-Spam-Status: No, hits=-5.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ausc60pc101.us.dell.com (HELO ausc60pc101.us.dell.com) (143.166.85.206) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Feb 2013 15:51:31 +0000 X-LoopCount0: from 10.170.28.41 From: To: CC: , , , Subject: Re: [RFC - Python Scripting] New method gdb.Architecture.disassemble Date: Tue, 19 Feb 2013 15:51:00 -0000 Message-ID: References: <20753.38272.55066.651097@ruffy2.mtv.corp.google.com> <87txphmdt3.fsf@fleche.redhat.com> <87r4kkks5g.fsf@fleche.redhat.com> <20763.64197.459891.627211@ruffy2.mtv.corp.google.com> <20765.55532.700460.792597@ruffy2.mtv.corp.google.com> <83a9r4sl04.fsf@gnu.org> In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-ID: 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: 2013-02/txt/msg00498.txt.bz2 On Feb 19, 2013, at 12:36 AM, Siva Chandra wrote: > On Sat, Feb 16, 2013 at 12:47 AM, Eli Zaretskii wrote: >>> ... >=20 >>> For all of these cases, the elements of the >>> +returned list are a Python @code{dict} >>=20 >> Does it make sense in Python to talk about a list that is a 'dict'? >> IOW, is a 'dict' a special case of a list in Python? My reading of >> http://docs.python.org/2/library/stdtypes.html is that it is not. >=20 > I am not saying that the list is a dict, but that the elements of the > list are dicts. Should it be worded in another fashion? How about "each element of the returned list is a Python dict" ? paul