From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19864 invoked by alias); 16 Oct 2011 19:53:12 -0000 Received: (qmail 19847 invoked by uid 22791); 16 Oct 2011 19:53:11 -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 mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 16 Oct 2011 19:52:54 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LT600J00CH7H900@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Sun, 16 Oct 2011 21:52:52 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.212.197]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LT600JX4CK3CX20@a-mtaout20.012.net.il>; Sun, 16 Oct 2011 21:52:52 +0200 (IST) Date: Sun, 16 Oct 2011 21:03:00 -0000 From: Eli Zaretskii Subject: Re: [commit] Add news entry for gdb.printing.register_pretty_printer In-reply-to: <20111016194207.A161B2461AA@ruffy.mtv.corp.google.com> To: dje@google.com (Doug Evans) Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83mxd0ww6d.fsf@gnu.org> References: <20111016194207.A161B2461AA@ruffy.mtv.corp.google.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: 2011-10/txt/msg00449.txt.bz2 > Date: Sun, 16 Oct 2011 12:42:07 -0700 (PDT) > From: dje@google.com (Doug Evans) > > I think this should have a NEWS entry so I added one. > > 2011-10-16 Doug Evans > > * NEWS: Document python gdb.printing.register_pretty_printer's new > `replace' parameter. > > Index: NEWS > =================================================================== > RCS file: /cvs/src/src/gdb/NEWS,v > retrieving revision 1.457 > diff -u -p -r1.457 NEWS > --- NEWS 9 Oct 2011 22:21:42 -0000 1.457 > +++ NEWS 16 Oct 2011 19:39:40 -0000 > @@ -15,6 +15,10 @@ > > * Python scripting > > + ** The register_pretty_printer function in module gdb.printing now takes > + an optional `replace' argument. If True the new printer replaces any > + existing one. > + Thanks, but please add a comma after "True".