From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25740 invoked by alias); 9 Apr 2009 07:42:57 -0000 Received: (qmail 25730 invoked by uid 22791); 9 Apr 2009 07:42:56 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Apr 2009 07:42:50 +0000 Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KHT00M00P7K1X00@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Thu, 09 Apr 2009 10:41:40 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.70.19]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KHT00B4XPDF3080@i-mtaout6.012.net.il>; Thu, 09 Apr 2009 10:41:40 +0300 (IDT) Date: Thu, 09 Apr 2009 07:42:00 -0000 From: Eli Zaretskii Subject: Re: Python pretty-printing [6/6] In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ocv646o1.fsf@gnu.org> References: 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-04/txt/msg00172.txt.bz2 > Cc: gdb-patches@sourceware.org > From: Tom Tromey > Date: Wed, 08 Apr 2009 19:13:44 -0600 > > >>>>> "Eli" == Eli Zaretskii writes: > > Tom> +This feature is only available if Python support is enabled. > > Eli> Should we say how to check for that? > > Sure. > > I also found a bug in the text -- a place where a code change was not > reflected in the docs. > > This version of the patch fixes both of these problems. Thanks, it's fine with me.