From ef8b9c6616da75f725edf4c8cf0353cb38068cf4 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 9 Dec 2002 08:56:06 +0000 Subject: [PATCH] Docs were added about a month ago --- Misc/NEWS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 68ff0405e7..033c5c822c 100644 --- 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. -- 2.40.0