Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: Whittle it on down Date: Thu, 05 May 2016 09:13:34 -0400 Lines: 14 Message-ID: References: <572ae25f$0$2821$c3e8da3$76491128@news.astraweb.com> <1462430766.25079.598726825.1B90C7A1@webmail.messagingengine.com> <572af09d$0$1508$c3e8da3$5496439d@news.astraweb.com> <1462433669.32454.598751585.63AF2D12@webmail.messagingengine.com> <572b073e$0$1611$c3e8da3$5496439d@news.astraweb.com> <1462454014.2960218.598997953.58FF04DC@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de y86KiULycw5dJCGQWOu5lQxxvfuzI+KsBBLJeN1VDgiw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'received:internal': 0.09; '"this': 0.13; 'output': 0.13; 'thu,': 0.15; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'recognizing': 0.16; 'wrote:': 0.16; 'programmer': 0.18; 'bit': 0.23; 'header:In-Reply-To:1': 0.24; 'crash': 0.29; 'separated': 0.29; 'entry': 0.31; 'says': 0.32; "d'aprano": 0.33; 'steven': 0.33; 'list': 0.34; 'exist': 0.35; 'important.': 0.35; 'should': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'received:66': 0.38; 'data': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'ten': 0.60; 'header :Message-Id:1': 0.61; 'account': 0.66; 'situation': 0.67; 'computers': 0.70; 'nonsense.': 0.84; 'subject:down': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=EGRHS3g+2DafXR1o0Dwx33BHvsE=; b=e4n4BN gKJ8aIFG1N8TXfTkTmArnHZwuG7Y8g2yNLl1eVExMXKW921PUtSXYuif46rfqEVJ ZzsitaAmbd5zOyODbYfKmIXFpj1FBQ6b6/GNJezvV0d7s9vZmysEc4fU+c2lR5go 6bSZPeOLvdTu33XM1qmQxWDl/G0pJf6i1mRjE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=EGRHS3g+2DafXR1 o0Dwx33BHvsE=; b=CKKHgXTdmG6B7iipqMbqiklYmNZuhtwkyaRIU2kNXaufZ/3 i0tR2mAdD/UGEkOPwb5lbUkmpbOtDOpS9LKv6i28f63Gg+qytKZKQ2qIHwn3UNor gc8XEKQQhUXg84aL11y1kmgxdU+nejwKz4ucGYmm5UvxJY3hM27EwGtX04k0= X-Sasl-Enc: MdNkSAsrkee5c7nvdpdAekzYghaNJoAbfU/zZwmgT7Sj 1462454014 X-Mailer: MessagingEngine.com Webmail Interface - ajax-140377c4 In-Reply-To: <572b073e$0$1611$c3e8da3$5496439d@news.astraweb.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1462454014.2960218.598997953.58FF04DC@webmail.messagingengine.com> X-Mailman-Original-References: <572ae25f$0$2821$c3e8da3$76491128@news.astraweb.com> <1462430766.25079.598726825.1B90C7A1@webmail.messagingengine.com> <572af09d$0$1508$c3e8da3$5496439d@news.astraweb.com> <1462433669.32454.598751585.63AF2D12@webmail.messagingengine.com> <572b073e$0$1611$c3e8da3$5496439d@news.astraweb.com> Xref: csiph.com comp.lang.python:108175 On Thu, May 5, 2016, at 04:41, Steven D'Aprano wrote: > > There's no situation where "&&&&&" and " " will exist in the given > > dataset, and recognizing that is important. You don't have to account > > for every bit of nonsense. > > Whenever a programmer says "This case will never happen", ten thousand > computers crash. What crash can including such an entry in the output list cause? Should the regex also ensure that the data only includes *english words* separated by space-ampersand-space?