Issue #6846: bytearray.pop was returning ints in the range [-128, 128)
commit5bd79fa11615b97c3639d34a57348212e8280652
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 6 Sep 2009 10:03:31 +0000 (6 10:03 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 6 Sep 2009 10:03:31 +0000 (6 10:03 +0000)
tree56a95416c6bfaae428362fcb749dbd367ef71aae
parentde92eb504798e1b8a8fe430641b22843d1e2db91
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.

git-svn-id: http://svn.python.org/projects/python/trunk@74673 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c