[Python-checkins] python/dist/src/Misc NEWS,1.554,1.555

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Mon, 09 Dec 2002 00:56:09 -0800


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

Modified Files:
	NEWS 
Log Message:
Docs were added about a month ago

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.554
retrieving revision 1.555
diff -C2 -d -r1.554 -r1.555
*** NEWS	8 Dec 2002 18:36:24 -0000	1.554
--- NEWS	9 Dec 2002 08:56:06 -0000	1.555
***************
*** 499,504 ****
    also a class ImmutableSet which is useful when you need sets of sets
    or when you need to use sets as dict keys, and a class BaseSet which
!   is the base class of the two.  (This is not documented yet, but
!   help(sets) gives a wealth of information.)
  
  - Added operator.pow(a,b) which is equivalent to a**b.
--- 499,503 ----
    also a class ImmutableSet which is useful when you need sets of sets
    or when you need to use sets as dict keys, and a class BaseSet which
!   is the base class of the two.
  
  - Added operator.pow(a,b) which is equivalent to a**b.