SF patch #941881: PEP 309 Implementation (Partial Function Application).

Combined efforts of many including Peter Harris, Hye-Shik Chang,
Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger.
This commit is contained in:
Raymond Hettinger 2005-02-28 19:39:44 +00:00
parent 049ade2997
commit 9c323f8de4
9 changed files with 489 additions and 0 deletions

View file

@ -301,6 +301,10 @@ SOURCE=..\..\Objects\funcobject.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\functionalmodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\future.c
# End Source File
# Begin Source File