mjschultz / py-radix

Python radix tree implementation for IPv4 and IPv6 prefix matching.
Other
121 stars 37 forks source link

fix the bug in remove #18

Closed aghamir closed 9 years ago

aghamir commented 9 years ago

https://github.com/mjschultz/py-radix/issues/17

mjschultz commented 9 years ago

Good catch, and thanks! Can you add the short test case from your issue to the test_regression.py file too please?

aghamir commented 9 years ago

Thank you for fast response. I've done it.

mjschultz commented 9 years ago

Thanks again, the version with your fix should now be available as py-radix==0.9.2.

mjschultz commented 9 years ago

Out of curiosity, what version of python were you using?

aghamir commented 9 years ago

2.7.6