durus icon indicating copy to clipboard operation
durus copied to clipboard

PersistentSet methods don't quite match underlying set methods

Open pfw opened this issue 6 years ago • 1 comments

eg:

PersistentSet is

def union(self, other):

whilst the underlying set is:

def union(self, *others):

Is that a conscious choice or just an oversight? If an oversight I can make a PR if you'd like.

pfw avatar Sep 27 '18 11:09 pfw