From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10662 invoked by alias); 29 Sep 2014 14:51:13 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 10642 invoked by uid 89); 29 Sep 2014 14:51:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: gproxy7-pub.mail.unifiedlayer.com Received: from gproxy7-pub.mail.unifiedlayer.com (HELO gproxy7-pub.mail.unifiedlayer.com) (70.40.196.235) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Mon, 29 Sep 2014 14:51:12 +0000 Received: (qmail 8192 invoked by uid 0); 29 Sep 2014 14:51:08 -0000 Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy7.mail.unifiedlayer.com with SMTP; 29 Sep 2014 14:51:08 -0000 Received: from box522.bluehost.com ([74.220.219.122]) by CMOut01 with id x2qx1o00W2f2jeq012r0b1; Mon, 29 Sep 2014 08:51:06 -0600 X-Authority-Analysis: v=2.1 cv=LbyvtFvi c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=cNaOj0WVAAAA:8 a=f5113yIGAAAA:8 a=4GsTxW34auoA:10 a=_cZRQKYwz3QA:10 a=zstS-IiYAAAA:8 a=PnD2wP_eR3oA:10 a=UXnY24sLNqMA:10 a=qbwJOECGI0PbFekpuxIA:9 a=VWvvB0tK9jsA:10 a=9AKGIAD6KjEA:10 Received: from [207.218.72.66] (port=56686 helo=pokyo) by box522.bluehost.com with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.82) (envelope-from ) id 1XYcHx-0003sS-Ln; Mon, 29 Sep 2014 08:50:58 -0600 From: Tom Tromey To: Jonathan Wakely Cc: Siva Chandra , gcc-patches , libstdc++ , Jonathan Wakely , Tom Tromey Subject: Re: [libstdc++] Refactor python/hook.in References: <20140929131116.GB4197@redhat.com> Date: Mon, 29 Sep 2014 14:51:00 -0000 In-Reply-To: <20140929131116.GB4197@redhat.com> (Jonathan Wakely's message of "Mon, 29 Sep 2014 14:11:16 +0100") Message-ID: <87h9zqfpkn.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Identified-User: {36111:box522.bluehost.com:elynrobi:tromey.com} {sentby:smtp auth 207.218.72.66 authed with tom+tromey.com} X-SW-Source: 2014-09/txt/msg02529.txt.bz2 Jonathan> I'll commit it later this week unless I hear objections from Jonathan> Tom. It looks reasonable to me. Tom