From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29047 invoked by alias); 13 Jan 2010 18:24:16 -0000 Received: (qmail 29038 invoked by uid 22791); 13 Jan 2010 18:24:16 -0000 X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_05,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jan 2010 18:24:10 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KW70020071L4Z00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 13 Jan 2010 20:24:08 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.60.183]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KW700JZ2747XXH0@a-mtaout20.012.net.il>; Wed, 13 Jan 2010 20:24:08 +0200 (IST) Date: Wed, 13 Jan 2010 18:24:00 -0000 From: Eli Zaretskii Subject: Re: [patch][python] Implement Python lazy strings (PR 10705) In-reply-to: <4B4DDD7B.5080204@redhat.com> To: Phil Muldoon Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83vdf57tht.fsf@gnu.org> References: <4B4746A7.90309@redhat.com> <4B4DDD7B.5080204@redhat.com> 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: 2010-01/txt/msg00352.txt.bz2 > Date: Wed, 13 Jan 2010 14:49:31 +0000 > From: Phil Muldoon > CC: gdb-patches ml > > Here is an updated patch. What do you think? One comment about the doco part: > +@code{target} method. @pxref{Types In Python}. This attribute is not @xref, please, not @pxref. The latter is for parentheses. Sorry that I didn't catch this before.