Docs were added about a month ago
This commit is contained in:
parent
123dc8ef72
commit
ef8b9c6616
@ -498,8 +498,7 @@ Library
|
|||||||
set type using the keys of a dict to represent the set. There's
|
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
|
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
|
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
|
is the base class of the two.
|
||||||
help(sets) gives a wealth of information.)
|
|
||||||
|
|
||||||
- Added operator.pow(a,b) which is equivalent to a**b.
|
- Added operator.pow(a,b) which is equivalent to a**b.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user