Skip to content

Commit

Permalink
Comparison with other types
Browse files Browse the repository at this point in the history
* Comparing an intbitset with anything that is not an intbitset
  should behave as a set would. E.g.
  intbitset([1,2,3]) == set([1,2,3]) is False.
  (closes inveniosoftware-contrib#18)

Signed-off-by: Samuele Kaplun <samuele.kaplun@cern.ch>
Reported-by: Dimitrios Semitsoglou-Tsiapos <dsemitso@cern.ch>
  • Loading branch information
kaplun committed Dec 8, 2014
1 parent f5dc3da commit 3d95c35
Show file tree
Hide file tree
Showing 3 changed files with 991 additions and 943 deletions.
Loading

0 comments on commit 3d95c35

Please sign in to comment.