Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'hiding': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:question': 0.10; 'python': 0.11; '(without': 0.16; 'dangerous,': 0.16; 'presume': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'input': 0.22; 'header:User-Agent:1': 0.23; 'header:X-Complaints- To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'label': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'but': 0.35; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'dangerous': 0.60; 'received:173': 0.61; 'received:fios.verizon.net': 0.84; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Jan Reedy Subject: Re: Newbie question about evaluating raw_input() responses Date: Thu, 23 May 2013 03:11:21 -0400 References: <534d7800-14c1-430b-85fb-dd703c2acc4d@googlegroups.com> <519d9f71$0$1591$c3e8da3$76491128@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 In-Reply-To: <519d9f71$0$1591$c3e8da3$76491128@news.astraweb.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369293091 news.xs4all.nl 15920 [2001:888:2000:d::a6]:45492 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45779 On 5/23/2013 12:47 AM, Steven D'Aprano wrote: > On Wed, 22 May 2013 22:31:04 +0000, Alister wrote: > >> Please write out 1000 time (without using any form of loop) >> >> "NEVER use input in python <3.0 it is EVIL"* > But all joking aside, eval is dangerous, yes, but it is not "evil". He put that label on *input*, not eval -- I presume for hiding dangerous eval.