From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13492 invoked by alias); 10 Feb 2009 17:04:30 -0000 Received: (qmail 13349 invoked by uid 22791); 10 Feb 2009 17:04:28 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Feb 2009 17:04:22 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n1AH2FNa025116; Tue, 10 Feb 2009 12:02:15 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n1AH2EnW017383; Tue, 10 Feb 2009 12:02:15 -0500 Received: from opsy.redhat.com (vpn-13-140.rdu.redhat.com [10.11.13.140]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n1AH2Cbu021508; Tue, 10 Feb 2009 12:02:13 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id C5A7A3785F2; Tue, 10 Feb 2009 10:02:10 -0700 (MST) To: Thiago Jung Bauermann Cc: Eli Zaretskii , Daniel Jacobowitz , pedro@codesourcery.com, gdb-patches@sourceware.org Subject: Re: RFC: add ability to "source" Python code References: <200902100000.22671.pedro@codesourcery.com> <200902100235.59897.pedro@codesourcery.com> <20090210034834.GA20077@caradoc.them.org> <1234267091.13871.4.camel@localhost.localdomain> From: Tom Tromey Reply-To: Tom Tromey Date: Tue, 10 Feb 2009 17:04:00 -0000 In-Reply-To: <1234267091.13871.4.camel@localhost.localdomain> (Thiago Jung Bauermann's message of "Tue\, 10 Feb 2009 09\:58\:11 -0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-02/txt/msg00225.txt.bz2 >>>>> "Thiago" == Thiago Jung Bauermann writes: Thiago> I've never written a Python script (in GDB or otherwise) with that Thiago> markup, but *all* the Python scripts I ever wrote in my life ended Thiago> in .py. It'd be just counter-intuitive and counter productive to not Thiago> support the filename extension. Yes, I agree. However, due to the controversy, I'm withdrawing this patch. I guess users can use "python execfile". Tom