From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29938 invoked by alias); 11 Dec 2012 20:37:25 -0000 Received: (qmail 29839 invoked by uid 22791); 11 Dec 2012 20:37:24 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,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; Tue, 11 Dec 2012 20:37:19 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MEV00300VY0UO00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Tue, 11 Dec 2012 22:37:15 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MEV003K5VY0E2C0@a-mtaout20.012.net.il>; Tue, 11 Dec 2012 22:37:12 +0200 (IST) Date: Tue, 11 Dec 2012 20:37:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Python 3 support, part 1 (non-testsuite part) In-reply-to: To: Paul_Koning@Dell.com Cc: tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83wqwo8gwc.fsf@gnu.org> References: <87mwyma6xi.fsf@fleche.redhat.com> <87390d8hdf.fsf@fleche.redhat.com> <87y5i571xi.fsf@fleche.redhat.com> <87mwyl70hu.fsf@fleche.redhat.com> <87ehjx6yk1.fsf@fleche.redhat.com> <87ip91r12k.fsf@fleche.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: 2012-12/txt/msg00358.txt.bz2 > From: > CC: > Date: Tue, 11 Dec 2012 20:22:13 +0000 > > One more update. This addresses the comments you made a couple of weeks ago. I also added a NEWS entry, and also made changes to recently added file type_printers.py analogous to the changes in pretty_printers.py. > > Ok to commit? The documentation parts are okay, thanks.