Path: csiph.com!usenet.pasdenom.info!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.046 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'filename': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'exists': 0.24; 'rid': 0.24; "shouldn't": 0.24; 'subject:Code': 0.24; 'header:In-Reply-To:1': 0.27; 'moved': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'file': 0.32; 'another': 0.32; 'linux': 0.33; 'received:google.com': 0.35; 'should': 0.36; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; '2013': 0.98 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=7boRsrrrkg2w1RXjhAWx20UnYS85rqSfMd8rFJyoJr4=; b=B88gDWi00hgSN3RCfUb9G0Bd8VudkRYx5dCgoi6Sv7QAX0cxZx8afWCfLgDbJNKgFx Dp9c8mrKvKFMuF0YMnTXlTuXZny9x+j54SmOWpmM7BRatZIj/8srhJhw91mxSMmpWaFV bzGNltN143SkLFX0TuqfAHG0hz/rf9S9aRykD/k+NGYHHTrboowc0eZz7OSZKGoKV7E0 OrmVHtZM62piX7yczfcPqEcDSkueuM3/gLOhUNpTipqv1JBHR94N2iCCXGTU/H4augAQ Xcycl82YoQOCkT/0dY5uR6MDks19g8Bv4Glss27rPTDYvV73EcH1Ulg97xkRaHIQQ2r1 qEhQ== MIME-Version: 1.0 X-Received: by 10.68.197.234 with SMTP id ix10mr413785pbc.185.1381215124047; Mon, 07 Oct 2013 23:52:04 -0700 (PDT) In-Reply-To: References: <68365e43-498f-4ad2-bac3-6a02938159c7@googlegroups.com> Date: Tue, 8 Oct 2013 17:52:03 +1100 Subject: Re: Code golf challenge: XKCD 936 passwords From: Chris Angelico To: python-list@python.org 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381215134 news.xs4all.nl 16008 [2001:888:2000:d::a6]:47914 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56354 On Tue, Oct 8, 2013 at 5:48 PM, wrote: > And if we were actually trying then that filename should just be "/w". Would get rid of another 19 chars. I'm working this on the assumption that the dictionary file already exists (that's where it is on my Debian Linux systems, for instance) and shouldn't be moved :) ChrisA