[Python-checkins] python/dist/src/Misc NEWS,1.891,1.892

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/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv13946/Misc

Modified Files:
	NEWS 
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: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.891
retrieving revision 1.892
diff -C2 -d -r1.891 -r1.892
*** NEWS	14 Nov 2003 10:33:20 -0000	1.891
--- NEWS	16 Nov 2003 16:17:49 -0000	1.892
***************
*** 13,16 ****
--- 13,18 ----
  -----------------
  
+ - Added two builtin types, set() and frozenset().
+ 
  - Critical bugfix, for SF bug 840829:  if cyclic garbage collection
    happened to occur during a weakref callback for a new-style class





More information about the Python-checkins mailing list