Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'consistency.': 0.09; 'lambda:': 0.09; 'cc:addr:python-list': 0.10; 'received:209.85.161.174': 0.16; 'subject:import': 0.16; 'wed,': 0.16; 'wrote:': 0.17; '(or': 0.18; 'cc:2**0': 0.23; 'pass': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'received:google.com': 0.34; 'pm,': 0.35; '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=XvCK8XlTAC6eHTFqZOsMEwXRQ8Gifl4IJZMKYIXffRA=; b=o0b2ikP77HWvrb6a8CkTwGNGFNKh1czYxSux9dkctHetq0gHSAdNUbZwXM8GxlSuZt 0xuh50rSzJut//9s/e62UIWckH/h3GskUbOTH75X9KKjN3uJwsAl1eFg3UpcAfow+rV4 Nr9+ddxcNq3u1YG/l+UNRQv7tICw0t/WFO+qRYjC+mD96nHppG96D7+6uJ6hN7kVxK5w ZA5tflmAJ55ygGcWhcNe/pKU26HHR/x1eLCUsDRFXKC3og+QOYqox08sTKG5fpc7bZZL LsdXIQ3YLE4iPenq8pgbpXvlRuZNS1P2cTDcIdYQ6xqkiTWF6A4ZleJQgiYdHh37YXFP YfzQ== MIME-Version: 1.0 In-Reply-To: References: From: Devin Jeanpierre Date: Wed, 25 Jul 2012 14:17:59 -0400 Subject: Re: from future import pass_function To: Ian Kelly Content-Type: text/plain; charset=UTF-8 Cc: Python 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343240323 news.xs4all.nl 6859 [2001:888:2000:d::a6]:57248 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26048 On Wed, Jul 25, 2012 at 2:14 PM, Ian Kelly wrote: > You can already use pass (or the equivalent) in a lambda. > > lambda: None This lacks my foolish consistency. -- Devin