]> granicus.if.org Git - python/commit
Fix an off by one error on negative indexs to __getitem__
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 8 May 2009 23:16:47 +0000 (23:16 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 8 May 2009 23:16:47 +0000 (23:16 +0000)
commit5edb1a1b0add465bae25121ee4278a9ec6009005
tree878bd2a604f2ccac2ec56626b0525adb3a60ea66
parentf7f858d1415514cb9a76a5b7da8ee6ccb774e6f4
Fix an off by one error on negative indexs to __getitem__
http://code.google.com/p/ipaddr-py/issues/detail?id=15
Lib/ipaddr.py
Lib/test/test_ipaddr.py