Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed4a.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.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; '"if': 0.09; 'arguments,': 0.09; 'parameter': 0.09; 'api': 0.11; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'subject:More': 0.16; 'travis': 0.16; 'language': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'feb': 0.22; 'programming': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'generally': 0.29; 'forgot': 0.30; 'message-id:@mail.gmail.com': 0.30; 'subject:other': 0.31; 'writes:': 0.31; 'lists': 0.32; 'probably': 0.32; 'ago': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'files': 0.38; '(from': 0.39; '12,': 0.39; 'our': 0.64; 'fact,': 0.69; 'call!': 0.84; 'prolog': 0.84; 'subject:!)': 0.84; 'subject:via': 0.84; 'to:none': 0.92 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:cc :content-type; bh=GENg9vd9dMaOVIpqIT2TtctUKSRo/473WhOwxvMJcs0=; b=OX5dyA9nNzDRVqzKwuUvyTGCz4WGHct7xF/Oj/x72AlswADw6ZOY+ScnpAIPFvd9An AYUJe6jSFXRIGKFl98/FAmDn/tFN+e5q5hRsQuoTQ+F3jygr58gm+h70Uy8CsaT8uG7W bpPt5vboR/thJgY9qCKkY4wvnI+j/K8vF19dNLrnhPUipA1VCpu/uHQmJG9ZM7XkiiLX csen7JUI58jSnebcQ1YtKKLWRi28ykBeSpT0V/k5v2rZYWBFar4q1Ynql3pYW3yTw4VQ nMdg45vjo/UtyN0ydVRRAte94AkQBm89/dtuSLE4+6rcsKEOaflXY3kqIr2iZMOJCX9M Q6yA== MIME-Version: 1.0 X-Received: by 10.66.66.234 with SMTP id i10mr33316517pat.127.1392135280704; Tue, 11 Feb 2014 08:14:40 -0800 (PST) In-Reply-To: References: <85c2698c-d681-4511-b111-bb1e549ece93@googlegroups.com> <52f9c392$0$11128$c3e8da3@news.astraweb.com> Date: Wed, 12 Feb 2014 03:14:40 +1100 Subject: Re: PyWart: More surpises via "implict conversion to boolean" (and other steaming piles!) From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1392135284 news.xs4all.nl 2829 [2001:888:2000:d::a6]:54888 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65923 On Wed, Feb 12, 2014 at 3:07 AM, Jussi Piitulainen wrote: > Travis Griggs writes: > >> in fact, methods with long parameter lists are generally seen as > > "If you have a predicate with ten arguments, you probably forgot some" > (heard long time ago over in the Prolog world). Conversely: "Thirteen pushes for each call! Whew. But now we have our files open." (from an assembly language programming tutorial, on the DosOpen API in OS/2) ChrisA