Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed4.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.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'received:internal': 0.09; 'message-id:@webmail.messagingengine.com': 0.16; 'parameters,': 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:66.111.4.27': 0.16; 'received:messagingengine.com': 0.16; 'received:out3-smtp.messagingengine.com': 0.16; 'return,': 0.16; 'do,': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'mon,': 0.24; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'received:66': 0.35; 'subject:with': 0.35; "can't": 0.35; 'should': 0.36; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'does': 0.39; '12,': 0.39; 'to:addr:python.org': 0.39; 'subject:back': 0.60; 'from:no real name:2**0': 0.61; 'header:Message-Id:1': 0.63; 'subject:more': 0.64; 'side-effects': 0.84; '2013,': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.us; h= message-id:from:to:mime-version:content-transfer-encoding :content-type:in-reply-to:references:subject:date; s=mesmtp; bh= O2wuEKzS7ZuVUgJYOH/xlyMYbTc=; b=m9yAWQJ8FalXZRk6EqzRtiognDBzq1K8 okfChOzUDvILNfDqwQDb58wKPd2kRhAo75sYiSXBDSk97tlZ89jilnbQJEgXjp6L nUauBj596IXjNWXIzVNMEuMDGJG3mDAwhzN1EiwGHyrCrh5I8nafJ56rXdu3yePk QTAJN9OobOY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=O2wuEKzS7ZuVUgJYOH/xlyMYbTc=; b=JW8 sSKAeCO/JDGHIi0iq4BQr0eaia7y8Vn5dTZCtwbYeDt98eHDiXQ81pRDBCsNPRa6 NJeUqNt9jnEjgNZl4r6usFzLPSoNUENZt+jQlGZJCHpbwEoYlMlKuEu3GwhF+7it ByNNP2btLQhpUnB2mf96r8cfS8u3hvtRvYUraPGI= X-Sasl-Enc: TnERqc2asC46UtADQr1S7+mlJ0LDYDUpfuobhOORwo20 1376336772 From: random832@fastmail.us To: "" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-d9f253bf In-Reply-To: References: Subject: Re: back with more issues Date: Mon, 12 Aug 2013 15:46:12 -0400 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1376337204 news.xs4all.nl 15976 [2001:888:2000:d::a6]:57116 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52427 On Mon, Aug 12, 2013, at 10:56, Rotwang wrote: > No! A function should have *four* well-defined pieces: what are its > parameters, what does it do, what are its side-effects, what does it > return, and an almost fanatical devotion to the Pope [etc.] To be fair, I can't think of what "what does it do" includes other than the side-effects and the return.