Skip to content

Commit

Permalink
Use correct value coercion for pure-Python OLBTrees.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 27, 2014
1 parent 8d96757 commit 315037f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BTrees/OLBTree.py
Expand Up @@ -33,7 +33,7 @@
from ._base import intersection as _intersection
from ._base import set_operation as _set_operation
from ._base import to_ob as _to_key
from ._base import to_int as _to_value
from ._base import to_long as _to_value
from ._base import union as _union
from ._base import weightedIntersection as _weightedIntersection
from ._base import weightedUnion as _weightedUnion
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -4,7 +4,7 @@
4.1.1 (unreleased)
------------------

- TBD
- Accomodate long values in pure-Python OLBTrees.


4.1.0 (2014-12-26)
Expand Down

0 comments on commit 315037f

Please sign in to comment.