Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #12513

Re: Closures and Partial Function Application

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.034
X-Spam-Evidence '*H*': 0.93; '*S*': 0.00; 'subject:Function': 0.09; 'wrong,': 0.09; 'parks': 0.16; 'travis': 0.16; 'cc:addr:python- list': 0.16; 'wrote:': 0.16; 'wed,': 0.17; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'here?': 0.23; 'pm,': 0.24; 'aug': 0.24; '3.0': 0.28; 'message- id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.30; 'version': 0.32; "isn't": 0.33; 'doing': 0.36; 'something': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; '31,': 0.64; 'received:209.85.215.174': 0.67; 'received :mail-ey0-f174.google.com': 0.67; '12:02': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=rieDOyh3Bo+rTVnjoOTLOr3rb8s3WvfS9/TclwvbAtA=; b=uYs+dieQUxWll/N7O60AVHsgEioOTdlnC9biV+vv74GX6uemPIJF6e3XYZouSq/BAW 57SJ3c0wYruE/oiKT0RLoezTaFRDlLzBipYuBKFfE733gLlvMN6FuGtCgkTtzDPCeaw2 o6S2Whlcrpt4wM3xEK6fkqPIF+lhPWpJ3dcWw=
MIME-Version 1.0
In-Reply-To <f55d5c89-7988-42b3-9062-724aaaabd9cf@u20g2000yqj.googlegroups.com>
References <9cd48486-acd9-4888-9677-0e54fd1eedfd@k15g2000yqd.googlegroups.com> <mailman.621.1314811146.27778.python-list@python.org> <426395c1-f4ec-4ba2-ad3e-8aaa52148c55@z15g2000yqk.googlegroups.com> <f55d5c89-7988-42b3-9062-724aaaabd9cf@u20g2000yqj.googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Wed, 31 Aug 2011 12:18:30 -0600
Subject Re: Closures and Partial Function Application
To Travis Parks <jehugaleahsa@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.626.1314814742.27778.python-list@python.org> (permalink)
Lines 5
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1314814742 news.xs4all.nl 2545 [2001:888:2000:d::a6]:42065
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:12513

Show key headers only | View raw


On Wed, Aug 31, 2011 at 12:02 PM, Travis Parks <jehugaleahsa@gmail.com> wrote:
> Am I doing something wrong, here? nonlocal isn't registering. Which
> version did this get incorporated?

3.0

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Closures and Partial Function Application Travis Parks <jehugaleahsa@gmail.com> - 2011-08-31 09:45 -0700
  Re: Closures and Partial Function Application Arnaud Delobelle <arnodel@gmail.com> - 2011-08-31 17:55 +0100
  Re: Closures and Partial Function Application Chris Rebert <clp2@rebertia.com> - 2011-08-31 10:18 -0700
    Re: Closures and Partial Function Application Travis Parks <jehugaleahsa@gmail.com> - 2011-08-31 10:51 -0700
      Re: Closures and Partial Function Application Travis Parks <jehugaleahsa@gmail.com> - 2011-08-31 11:02 -0700
        Re: Closures and Partial Function Application Ian Kelly <ian.g.kelly@gmail.com> - 2011-08-31 12:18 -0600
          Re: Closures and Partial Function Application Travis Parks <jehugaleahsa@gmail.com> - 2011-08-31 11:26 -0700
  Re: Closures and Partial Function Application "bruno.desthuilliers@gmail.com" <bruno.desthuilliers@gmail.com> - 2011-08-31 11:03 -0700
    Re: Closures and Partial Function Application Travis Parks <jehugaleahsa@gmail.com> - 2011-08-31 12:33 -0700
  Re: Closures and Partial Function Application Terry Reedy <tjreedy@udel.edu> - 2011-08-31 18:21 -0400
  Re: Closures and Partial Function Application Piet van Oostrum <piet@vanoostrum.org> - 2011-09-05 16:23 +0200

csiph-web