[issue5191] Partial function application 'from the right'

2009-07-09 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Closing as requested. -- nosy: +amaury.forgeotdarc resolution: -> rejected status: open -> closed ___ Python tracker ___

[issue5191] Partial function application 'from the right'

2009-02-09 Thread Calvin Spealman
Changes by Calvin Spealman : -- nosy: +ironfroggy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue5191] Partial function application 'from the right'

2009-02-09 Thread Ben North
Changes by Ben North : Added file: http://bugs.python.org/file12992/test_functools.patch ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue5191] Partial function application 'from the right'

2009-02-09 Thread Ben North
Changes by Ben North : -- keywords: +patch Added file: http://bugs.python.org/file12991/_functoolsmodule.patch ___ Python tracker ___ _

[issue5191] Partial function application 'from the right'

2009-02-09 Thread Ben North
New submission from Ben North : The functools module includes a 'partial' class, which allows partial function application either by positional arguments or keyword arguments. However, it cannot be used to create, for example, a function splitting a string on commas, or a function to extracts lo