Skip to content

Commit

Permalink
datrie.new was deprecated and will be removed soon, it shouldn't be i…
Browse files Browse the repository at this point in the history
…n the readme.
  • Loading branch information
kmike committed Jul 30, 2012
1 parent 9b08ebd commit 347494e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ Trie and BaseTrie
There are two Trie classes in datrie package: ``datrie.Trie`` and
``datrie.BaseTrie``. ``datrie.BaseTrie`` is slightly faster and uses less
memory but it can store only integer numbers 0 <= x <= 2147483647.
``datrie.Trie`` is a bit slower but can store any Python object as a value;
it is the trie created by ``datrie.new`` by default.
``datrie.Trie`` is a bit slower but can store any Python object as a value.

If you don't need values or integer values are OK then use ``datrie.BaseTrie``::

Expand Down

0 comments on commit 347494e

Please sign in to comment.