Re: [Python-checkins] CVS: python/dist/src/PCbuild python16.dsp,1.6,1.7

On Thu, Jun 29, 2000 at 10:02:55PM -0700, Jeremy Hylton wrote:
Update of /cvsroot/python/python/dist/src/PCbuild In directory slayer.i.sourceforge.net:/tmp/cvs-serv3220/PCbuild
Modified Files: python16.dsp Log Message: final patches from Neil Schemenauer for garbage collection
Index: python16.dsp
RCS file: /cvsroot/python/python/dist/src/PCbuild/python16.dsp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** python16.dsp 2000/06/06 23:29:09 1.6 --- python16.dsp 2000/06/30 05:02:53 1.7
*** 660,663 **** --- 660,677 ---- # End Source File # Begin Source File
SOURCE=..\Modules\gcmodule.c
!IF "$(CFG)" == "python16 - Win32 Release"
!ELSEIF "$(CFG)" == "python16 - Win32 Debug"
!ELSEIF "$(CFG)" == "python16 - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python16 - Win32 Alpha Release"
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\Python\getargs.c
Pardon me if I am wrong (I have not actually checked the repository) but is this correct now that the version number is 2.0?
Trent

[Trent Mick, on Guido's late-night (for him <wink>) checkin of python16.dsp]
Pardon me if I am wrong (I have not actually checked the repository) but is this correct now that the version number is 2.0?
No, it is not, and the Windows build is slightly damaged now. I've already yelled at Guido about this, but I suspect he's asleep. I'm sure it will get sorted out in the morning.
participants (2)
-
Tim Peters
-
Trent Mick