]> granicus.if.org Git - python/commit
Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays
authorEli Bendersky <eliben@gmail.com>
Fri, 4 Mar 2011 04:55:25 +0000 (04:55 +0000)
committerEli Bendersky <eliben@gmail.com>
Fri, 4 Mar 2011 04:55:25 +0000 (04:55 +0000)
commit1bc4f193d8419405e9b34f5e8dcbeb2ee5a15fc9
tree72d14d3dbe86cf5570d4872ce1b8333fe82e04dc
parent424298a155b5cc652ce1e539a1fedb658fba9cd1
Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c