[Python-checkins] python/dist/src/PCbuild pythoncore.dsp,1.49,1.50

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Nov 8 05:24:41 EST 2003


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1:/tmp/cvs-serv3893/PCbuild

Modified Files:
	pythoncore.dsp 
Log Message:
Convert heapq.py to a C implementation.

Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** pythoncore.dsp	31 Jul 2003 02:06:22 -0000	1.49
--- pythoncore.dsp	8 Nov 2003 10:24:38 -0000	1.50
***************
*** 299,302 ****
--- 299,306 ----
  # Begin Source File
  
+ SOURCE=..\Modules\heapqmodule.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\Modules\imageop.c
  # End Source File





More information about the Python-checkins mailing list