]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27039: Fixed bytearray.remove() for values greater than 127.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 May 2016 19:15:38 +0000 (22:15 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 May 2016 19:15:38 +0000 (22:15 +0300)
commit7bf36dace8c3d3714dfe5175891612450cb82ce5
tree849617685ed31b4e51b7d7aff8a63759868cd28c
parentdc953a507827fb43433e79dad391071a8b48a02f
Issue #27039: Fixed bytearray.remove() for values greater than 127.
Patch by Joe Jevnik.
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c