From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26202 invoked by alias); 24 Jan 2012 17:31:10 -0000 Received: (qmail 26186 invoked by uid 22791); 24 Jan 2012 17:31:08 -0000 X-SWARE-Spam-Status: No, hits=-7.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Jan 2012 17:30:55 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0OHUnbK010371 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 24 Jan 2012 12:30:49 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q0OHUmU0002021; Tue, 24 Jan 2012 12:30:49 -0500 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id q0OHUkp5013991; Tue, 24 Jan 2012 12:30:46 -0500 From: Tom Tromey To: Doug Evans Cc: Khoo Yit Phang , Paul_Koning@dell.com, gdb-patches@sourceware.org Subject: Re: Make the "python" command resemble the standard Python interpreter References: <09787EF419216C41A903FD14EE5506DD030F1EB39B@AUSX7MCPC103.AMER.DELL.COM> <09787EF419216C41A903FD14EE5506DD030F1EB45D@AUSX7MCPC103.AMER.DELL.COM> Date: Tue, 24 Jan 2012 17:36:00 -0000 In-Reply-To: (Doug Evans's message of "Mon, 23 Jan 2012 14:07:47 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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-01/txt/msg00833.txt.bz2 >>>>> "Doug" == Doug Evans writes: Doug> I'm not that comfortable with having the python command having such Doug> varying behaviours (especially based on the value of from_tty). What bad effect do you think it will cause? Tom