]> granicus.if.org Git - python/commit
Issue #6846: bytearray.pop was returning ints in the range [-128, 128)
authorMark Dickinson <dickinsm@gmail.com>
Sun, 6 Sep 2009 10:03:31 +0000 (10:03 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 6 Sep 2009 10:03:31 +0000 (10:03 +0000)
commitc8a7c7c3b9c28dd2c0f9b81d807f8c7f60cb0924
tree151b9d039dc09c20d9b2b36b77d515c8a4970553
parent2596758cb42cb592f2e3c33ef77bc9b02c995510
Issue #6846: bytearray.pop was returning ints in the range [-128, 128)
instead of [0, 256).  Thanks Hagen Fürstenau for the report and fix.
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c