python/dist/src/PC/VC6 pythoncore.dsp,1.16,1.17
Update of /cvsroot/python/python/dist/src/PC/VC6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14403/PC/VC6 Modified Files: pythoncore.dsp Log Message: 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. Index: pythoncore.dsp =================================================================== RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- pythoncore.dsp 2 Dec 2004 08:53:14 -0000 1.16 +++ pythoncore.dsp 28 Feb 2005 19:39:44 -0000 1.17 @@ -301,6 +301,10 @@ # 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
participants (1)
-
rhettinger@users.sourceforge.net