From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12640 invoked by alias); 2 Feb 2009 19:23:20 -0000 Received: (qmail 12630 invoked by uid 22791); 2 Feb 2009 19:23:20 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Feb 2009 19:23:14 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KEG00400DKHI700@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Mon, 02 Feb 2009 21:23:33 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.158.130]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KEG00MOEDV1IL73@i_mtaout2.012.net.il>; Mon, 02 Feb 2009 21:23:32 +0200 (IST) Date: Mon, 02 Feb 2009 19:23:00 -0000 From: Eli Zaretskii Subject: Re: [RFA][python] Fixes for existing Python code. In-reply-to: <1233579973.7000.8.camel@localhost.localdomain> To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <1233579973.7000.8.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-02/txt/msg00035.txt.bz2 > From: Thiago Jung Bauermann > Date: Mon, 02 Feb 2009 11:06:12 -0200 > > gdb/doc/ > 2009-02-02 Tom Tromey > > * gdb.texinfo (Basic Python): Document execute's from_tty > argument. This part is approved, thanks.