[New-bugs-announce] [issue12548] Add suport native Functor

yura levchenko report at bugs.python.org
Wed Jul 13 11:35:28 CEST 2011


New submission from yura levchenko <levchenko.yuriy.vladimirovich at gmail.com>:

sample:

def foo(a,b):
 print a,b

foo(1,2)
fa = foo%(1)
fa(2)
fab = foo%(1,2)
fab()

result

12
12
12

----------
components: None
messages: 140239
nosy: yura.levchenko
priority: normal
severity: normal
status: open
title: Add suport native Functor
type: feature request
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12548>
_______________________________________


More information about the New-bugs-announce mailing list