jsommers / pytricia

A library for fast IP address lookup in Python.
GNU Lesser General Public License v3.0
216 stars 22 forks source link

Integers now work! #2

Closed briavicenti closed 9 years ago

briavicenti commented 9 years ago

Integers now work in place of anywhere you may have used strings - create, lookup, delete, et cetera. Not very thoroughly tested though.

jsommers commented 9 years ago

Code updates all look good, Bria. The only thing is that you also added the binary (.o) files to the commit, so I'm going to reject the pull request. It may help to just create a .gitignore with build so that you don't include anything in the build directory in your commits. Once you've made a new pull req w/o the build objects, I'll merge. Thanks!