X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109 Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!nospam.fr.eu.org!usenet-fr.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.054 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'string.': 0.04; 'am,': 0.14; 'wrote:': 0.14; 'subject:() ': 0.16; 'subject:Python3': 0.16; 'terminated.': 0.16; 'header:In-Reply-To:1': 0.22; 'chris': 0.27; 'message-id:@mail.gmail.com': 0.28; "doesn't": 0.28; 'sat,': 0.29; 'to:addr:python-list': 0.32; 'received:209.85': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'but': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'header:Received:5': 0.40; '2011': 0.62; 'received:209.85.210.174': 0.84; 'received:mail- iy0-f174.google.com': 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:content-type:content-transfer-encoding; bh=cliEmDAL088zQgvtvJnT6pOOPJ9VjkUMbPFfbzVBzq8=; b=O5RjgyWcfdqebrlnxnBWlW0/CPwEaD1VJ/KotNIPt6hjiaMeo106lrZnobKIAsSFNA WzTcB6k40SIXnSNtMYWaWWG/Dblc9fUvockAEcWwvPG0lyKroXM+DPRRlRHV+oQ9qAyr MaE4zaLPceQ7R0OJR3sAB1OQqvZWSxX2ADSV8= 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 :content-type:content-transfer-encoding; b=CrhmzbnJ9q3Ixab7fpd6Uhk1PQ4H0qgv8S1IMJT/ptyJswLn4bG8R4TvQlDCd4uLHh HkEkroQBywB0FnG/C8qjTdY0g2eh8k3zbZfUZnZ4KHqmXkRN6KkaauCwjZ1US2NghtD4 Sp+AP7+D4da9AiHDgd9sTgmhcJnCkXVMeAabw= MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 23 Apr 2011 06:25:51 +1000 Subject: Re: Input() in Python3 From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 6 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1303503954 news.xs4all.nl 41102 [::ffff:82.94.164.166]:48162 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3891 On Sat, Apr 23, 2011 at 12:08 AM, Mel wrote: > But sys.exit() doesn't return a string. =A0My fave is It doesn't return _at all_. Boom, process terminated. Chris Angelico