nascheme / durus

An persistent object database for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PersistentSet methods don't quite match underlying set methods

pfw opened this issue · 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.