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

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Nov 16 11:17:51 EST 2003


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

Modified Files:
	pythoncore.dsp 
Log Message:
* Migrate set() and frozenset() from the sandbox.
* Install the unittests, docs, newsitem, include file, and makefile update.
* Exercise the new functions whereever sets.py was being used.

Includes the docs for libfuncs.tex.  Separate docs for the types are
forthcoming.



Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** pythoncore.dsp	8 Nov 2003 10:24:38 -0000	1.50
--- pythoncore.dsp	16 Nov 2003 16:17:49 -0000	1.51
***************
*** 468,471 ****
--- 468,475 ----
  # Begin Source File
  
+ SOURCE=..\Objects\setobject.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\Modules\shamodule.c
  # End Source File





More information about the Python-checkins mailing list