]> granicus.if.org Git - python/commitdiff
Docs were added about a month ago
authorRaymond Hettinger <python@rcn.com>
Mon, 9 Dec 2002 08:56:06 +0000 (08:56 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 9 Dec 2002 08:56:06 +0000 (08:56 +0000)
Misc/NEWS

index 68ff0405e7bc8bca53f891278387356d517b8b06..033c5c822c6cf84d1a8192bfca62c6186f69dd51 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -498,8 +498,7 @@ Library
   set type using the keys of a dict to represent the set.  There's
   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.)
+  is the base class of the two.
 
 - Added operator.pow(a,b) which is equivalent to a**b.