Path: csiph.com!eeepc.pasdenom.info!news.pasdenom.info!news.dougwise.org!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'sys': 0.04; 'wed,': 0.05; 'python': 0.08; '>>>>': 0.09; 'pm,': 0.12; 'win32': 0.12; 'dec': 0.12; 'wrote:': 0.14; 'received:74.125.82.44': 0.15; 'received :mail-ww0-f44.google.com': 0.15; '"copyright",': 0.16; '"credits"': 0.16; '"license"': 0.16; 'subject:IDLE': 0.16; 'feb': 0.16; 'cc:no real name:2**0': 0.17; 'cc:2**0': 0.21; 'header:In- Reply-To:1': 0.23; 'cc:addr:python-list': 0.24; 'thanks,': 0.26; 'van': 0.28; 'message-id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.30; 'import': 0.31; "i've": 0.31; 'bit': 0.32; 'but': 0.36; 'software': 0.37; '2008,': 0.37; 'received:google.com': 0.38; 'subject:: ': 0.39; 'native.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=9AqGz8WzZaxZHYLZIxKYyYCjr+wdyBL3NubTiolOzrk=; b=I5iRSGlZPUSR0E26grgxXVfSdAJPVkQ4caZaMCJt5o64DGIGvefY3UiUfCGHrdeqY4 iRANlNzVZnxee93ZMF++3Uji7oWb72bDlqZYZ7yckAJBDofYllGsbErQqezkcQnsSsJP e8tswk5jjVKiUtohNjsu6ej0bGDBE4193fBsE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=b+6WJYte75/9+1fKf08RYBVui2Xd7Q7XHqfDhta7HdyM8JS18V2lzOeTdW3g5b3nyy DnKR2vUOwOn7ZPshkIA/vVP7JWqJ+WPwxjggdKvqpGAo7Y9B53rVtruKsPoXMkAwD+5w fmATYJByWzy+1cGfnVv8a0r+cz545nO1N2tSg= MIME-Version: 1.0 In-Reply-To: References: <1df3abde-43f1-4dd9-92d3-ad5c00fbb223@8g2000prt.googlegroups.com> <3c6745d4-686c-45c7-9011-86882b806d06@r4g2000vbq.googlegroups.com> <1fbf7815-ea63-4322-889d-4b15fc66bb25@z20g2000yqe.googlegroups.com> <1daeb81f-f004-4111-9ddc-0acb2b01b5f6@x13g2000vbe.googlegroups.com> Date: Wed, 2 Feb 2011 21:43:53 +0000 Subject: Re: IDLE: A cornicopia of mediocrity and obfuscation. From: Noah Hall To: Emile van Sebille Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1296683035 news.xs4all.nl 32470 [::ffff:82.94.164.166]:53930 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:55713 On Wed, Feb 2, 2011 at 9:25 PM, Emile van Sebille wrote: > ActivePython 2.6.1.1 (ActiveState Software Inc.) based on > Python 2.6.1 (r261:67515, Dec =A05 2008, 13:58:38) [MSC v.1500 32 bit (In= tel)] > on > win32 > Type "help", "copyright", "credits" or "license" for more information. >>>> import sys >>>> sys.ps1 > '>>> ' >>>> sys.ps1=3D"py>" > py> I know how to do it already, thanks, but I've never seen it native. ;)