From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19189 invoked by alias); 9 Apr 2009 16:41:02 -0000 Received: (qmail 19175 invoked by uid 22791); 9 Apr 2009 16:41:01 -0000 X-SWARE-Spam-Status: No, hits=1.4 required=5.0 tests=AWL,BAYES_00,BOTNET,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; Thu, 09 Apr 2009 16:40:54 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KHU00300E3UC300@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Thu, 09 Apr 2009 19:39:25 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.70.19]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KHU00IU9E9ORC20@i-mtaout1.012.net.il>; Thu, 09 Apr 2009 19:39:25 +0300 (IDT) Date: Thu, 09 Apr 2009 16:41:00 -0000 From: Eli Zaretskii Subject: Re: Python pretty-printing [5/6] In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83bpr54wc7.fsf@gnu.org> References: <83prfm46rv.fsf@gnu.org> 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/msg00179.txt.bz2 > Cc: gdb-patches@sourceware.org > From: Tom Tromey > Date: Thu, 09 Apr 2009 10:16:21 -0600 > > Eli> I couldn't quite understand the importance of the version numbers, and > Eli> how that would allow GDB to have multiple versions of the same > Eli> pretty-printer. I asked myself how the ``right'' version will be > Eli> selected in that case. Is the way this works documented somewhere > Eli> else? if so, a cross-reference here would be good. If not, I think we > Eli> need to say a few words about that. > > I modified a couple of paragraphs; the text now reads: Thanks, now even I understand.