From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31728 invoked by alias); 3 Jul 2009 07:21:14 -0000 Received: (qmail 31713 invoked by uid 22791); 3 Jul 2009 07:21:12 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Jul 2009 07:21:05 +0000 Received: from wpaz17.hot.corp.google.com (wpaz17.hot.corp.google.com [172.24.198.81]) by smtp-out.google.com with ESMTP id n637L1kD008470 for ; Fri, 3 Jul 2009 00:21:01 -0700 Received: from qw-out-2122.google.com (qwb9.prod.google.com [10.241.193.73]) by wpaz17.hot.corp.google.com with ESMTP id n637Kwj2020957 for ; Fri, 3 Jul 2009 00:20:58 -0700 Received: by qw-out-2122.google.com with SMTP id 9so953863qwb.1 for ; Fri, 03 Jul 2009 00:20:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.99.135 with SMTP id u7mr845882qcn.44.1246605658319; Fri, 03 Jul 2009 00:20:58 -0700 (PDT) In-Reply-To: References: <20090213022246.GA5401@adacore.com> <20090217000746.GA3812@adacore.com> <20090219200536.GA25486@adacore.com> <1243828612.9045.9.camel@hactar> Date: Fri, 03 Jul 2009 07:21:00 -0000 Message-ID: <8ac60eac0907030020n5e7303d5n96c5d0d742e5b400@mail.gmail.com> Subject: Re: RFC: add ability to "source" Python code From: Paul Pluzhnikov To: tromey@redhat.com Cc: Thiago Jung Bauermann , Joel Brobecker , Eli Zaretskii , drow@false.org, pedro@codesourcery.com, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2009-07/txt/msg00087.txt.bz2 On Wed, Jun 10, 2009 at 4:07 PM, Tom Tromey wrote: > This patch is ok with the s/hard/strict/ change. =A0However, please give > people another week to object; someone may be at the Summit and miss > this thread. =A0Thanks for doing this. Three weeks have passed. Could we please get this in? I am tired of typing "python execfile('whatever.py')" all the time. Thanks, Thiago. --=20 Paul Pluzhnikov