Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.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.148 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.71; '*S*': 0.01; 'oct': 0.16; 'subject: \n ': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'subject:size': 0.29; 'that.': 0.30; 'received:209.85.210.174': 0.30; 'to:addr:python- list': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'pm,': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'subject:with': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'subject:NOT': 0.84; 'subject:any': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=d2/cJVnIUvaGS0VOCNdpcAUbKo8o6SsHoyHQD3bpRJQ=; b=enRxGifGsbAea7qqFq0zmQNliJypo5oWXMO2tVaT+5EN8JIZciqQ6xsSil0BxoHeBE QlPSnqX8yyi5wKqQKlr5dxNdOJF+yA5ThrUfglDeNmj8zq1r0uawO0q5w1ikA9nxR2LT 5meINMZmKafE7sy+7QHcF0HhRhX5/mm8VdAIg19JoIJajZjZX+djEybECXb+Vy2HbWr0 hEIAUDXssWpFqSkCxgqs0nSpfHyf2eq6KKvN9ftzpikIGPAQJPI4gkfpWhlKwuwyH3ug 1nAkBHsmqvs56rjIMEF9ocASp1I67G6t0a5om1HeF6lWFuG78ox0op+TmoKtTu36L6Ak 1OEw== MIME-Version: 1.0 In-Reply-To: References: <748e561a-7e75-4b13-be6b-91831d3b59c4@googlegroups.com> Date: Wed, 17 Oct 2012 13:16:43 -0400 Subject: Re: Script for finding words of any size that do NOT contain vowels with acute diacritic marks? From: David Robinow To: Python Content-Type: text/plain; charset=ISO-8859-1 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: 3 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1350494207 news.xs4all.nl 6952 [2001:888:2000:d::a6]:48755 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:31527 On Wed, Oct 17, 2012 at 1:07 PM, Ian Kelly wrote: > "return len(w) != len(w_decomposed)" is all you need. Thanks for helping, but I already knew that.