[Python-checkins] python/dist/src Makefile.pre.in,1.138,1.139

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


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

Modified Files:
	Makefile.pre.in 
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: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.138
retrieving revision 1.139
diff -C2 -d -r1.138 -r1.139
*** Makefile.pre.in	20 Sep 2003 10:50:48 -0000	1.138
--- Makefile.pre.in	16 Nov 2003 16:17:47 -0000	1.139
***************
*** 276,279 ****
--- 276,280 ----
  		Objects/obmalloc.o \
  		Objects/rangeobject.o \
+                 Objects/setobject.o \
  		Objects/sliceobject.o \
  		Objects/stringobject.o \
***************
*** 501,504 ****
--- 502,506 ----
  		Include/pythonrun.h \
  		Include/rangeobject.h \
+                 Include/setobject.h \
  		Include/sliceobject.h \
  		Include/stringobject.h \





More information about the Python-checkins mailing list