Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed6.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'received:209.85.160.174': 0.07; 'cc:addr:python-list': 0.10; 'def': 0.10; 'eckhardt': 0.16; 'foo():': 0.16; 'subject:import': 0.16; 'think?': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'received:google.com': 0.34; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'header:Received:5': 0.40; 'jul': 0.65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=nypPQ7rkA0BySV1vHDTRxftTnNb2tSnUNcAwDKZJulw=; b=KcVNK+sqnm/AbiYYIIOtoHwc0QHEzqWzY0zCUYvd5GvLuSvLVfUi+ursNZVO4XWLet GKmx8IL5Uic39Ok/uaExMFp3QDb0tFeihmy42Sr9I+6moiviNxD2bok/xkxNqg3As51g yw6tQN8QqtDyHu29Aqaw2OFAeMW3ka5tJSWh+okzjp6NifItWAQ2SZTIxJlFErZekSYU eFRSKOVV9oktHQ1AxGSKuQ3gfskCf2U4AWdoLDQAx49V3353QPx7ynMaS6OqQMdaVTjx MCgVPCrHI+BHKCZcb1wuNENGq7/STEtrExylBlPyQauIXvc7+VNndWPhUlKXv1GPal22 Yjzg== MIME-Version: 1.0 In-Reply-To: References: From: Devin Jeanpierre Date: Wed, 25 Jul 2012 07:02:25 -0400 Subject: Re: from future import pass_function To: Ulrich Eckhardt Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343214189 news.xs4all.nl 6962 [2001:888:2000:d::a6]:57740 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26034 On Wed, Jul 25, 2012 at 4:40 AM, Ulrich Eckhardt wrote: > What do you think? retort: def foo(): None -- Devin