From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26576 invoked by alias); 23 Mar 2009 19:09:45 -0000 Received: (qmail 26340 invoked by uid 22791); 23 Mar 2009 19:09:44 -0000 X-SWARE-Spam-Status: No, hits=1.8 required=5.0 tests=AWL,BAYES_00,BOTNET,J_CHICKENPOX_37,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Mar 2009 19:09:37 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KGZ009003EC5200@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Mon, 23 Mar 2009 21:09:19 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KGZ0007R3VI3J70@i-mtaout1.012.net.il>; Mon, 23 Mar 2009 21:09:19 +0200 (IST) Date: Mon, 23 Mar 2009 20:31:00 -0000 From: Eli Zaretskii Subject: Re: [rfa] misc fixes and improvements to Python code. In-reply-to: <1237775887.25721.29.camel@localhost.localdomain> To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT References: <1237146352.316.23.camel@localhost.localdomain> <1237775887.25721.29.camel@localhost.localdomain> 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: 2009-03/txt/msg00506.txt.bz2 > X-Spam-Status: No, score=1.4 required=5.0 tests=DATE_IN_PAST_12_24, > DNS_FROM_RFC_ABUSE autolearn=no version=3.1.0 > From: Thiago Jung Bauermann > Cc: Eli Zaretskii > Date: Sun, 22 Mar 2009 23:38:06 -0300 > > El dom, 15-03-2009 a las 16:45 -0300, Thiago Jung Bauermann escribió: > > 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. > > I realized I committed this patch without having approval on the > documentation part. Sorry about that. Eli, do you want me to revert the > commit? No need. It's a simple mechanical change that doesn't even need an approval. Thanks, and sorry I missed it the first time.