From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13249 invoked by alias); 23 Mar 2009 18:07:53 -0000 Received: (qmail 13240 invoked by uid 22791); 23 Mar 2009 18:07:52 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Mar 2009 18:07:46 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n2NI7dbc013233; Mon, 23 Mar 2009 14:07:39 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n2NI7W7q011077; Mon, 23 Mar 2009 14:07:32 -0400 Received: from opsy.redhat.com (vpn-12-142.rdu.redhat.com [10.11.12.142]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n2NI7auR018738; Mon, 23 Mar 2009 14:07:37 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id DAD2C3782B4; Mon, 23 Mar 2009 12:07:34 -0600 (MDT) To: Thiago Jung Bauermann Cc: gdb-patches ml , Eli Zaretskii Subject: Re: [rfa] misc fixes and improvements to Python code. References: <1237146352.316.23.camel@localhost.localdomain> <1237775887.25721.29.camel@localhost.localdomain> From: Tom Tromey Reply-To: tromey@redhat.com Date: Mon, 23 Mar 2009 18:14:00 -0000 In-Reply-To: <1237775887.25721.29.camel@localhost.localdomain> (Thiago Jung Bauermann's message of "Sun\, 22 Mar 2009 23\:38\:06 -0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2009-03/txt/msg00503.txt.bz2 >>>>> "Thiago" == Thiago Jung Bauermann writes: >> gdb/doc/ >> 2009-03-15 Thiago Jung Bauermann >> * gdb.texinfo (Values From Inferior): Fix optional arguments >> markup. >> (Commands In Python): Adjust argument names of gdb.Command.__init__ >> to what the function accepts as keywords. Thiago> I realized I committed this patch without having approval on the Thiago> documentation part. Sorry about that. Eli, do you want me to revert the Thiago> commit? In this specific instance, I think the documentation change is obvious. Tom