From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11493 invoked by alias); 12 Dec 2012 17:00:25 -0000 Received: (qmail 11462 invoked by uid 22791); 12 Dec 2012 17:00:22 -0000 X-SWARE-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ausxipps301.us.dell.com (HELO ausxipps301.us.dell.com) (143.166.148.223) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 12 Dec 2012 17:00:18 +0000 X-LoopCount0: from 10.170.28.41 From: To: CC: Subject: Re: [PATCH] Python 3 support, part 1 (non-testsuite part) Date: Wed, 12 Dec 2012 17:00:00 -0000 Message-ID: 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> <87obi09ta3.fsf@fleche.redhat.com> In-Reply-To: <87obi09ta3.fsf@fleche.redhat.com> Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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/msg00410.txt.bz2 On Dec 11, 2012, at 4:24 PM, Tom Tromey wrote: >>>>>> "Paul" =3D=3D writes: >=20 > Paul> One more update. This addresses the comments you made a couple of > Paul> weeks ago. I also added a NEWS entry, and also made changes to > Paul> recently added file type_printers.py analogous to the changes in > Paul> pretty_printers.py. Ok to commit? >=20 > Ok. Thanks for doing this. >=20 > Tom Thanks. Committed. paul