]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#3156: fix consistency in what type bytearray methods accept as items.
authorGeorg Brandl <georg@python.org>
Wed, 16 Jul 2008 22:57:41 +0000 (22:57 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 16 Jul 2008 22:57:41 +0000 (22:57 +0000)
commit3e483f643de3d38125a7ca04bb424323cf736762
treeae93e08d4ffce04781bc0974fa633d64d17ff487
parenta24869ada70ab30f4e08d71cdefda644cc40c6b0
#3156: fix consistency in what type bytearray methods accept as items.
Also rename confusing "item" parameters to "index".
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c