]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed #1969: split and rsplit in bytearray are inconsistent
authorChristian Heimes <christian@cheimes.de>
Wed, 30 Jan 2008 09:51:48 +0000 (09:51 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 30 Jan 2008 09:51:48 +0000 (09:51 +0000)
commit7b876158dc8a69e030d09e6cf78a1e8b6662f0c3
tree4609dc87147ebfeb9d78d3ddf2be20f681109703
parentd4cb56d4e88c7e001bbaba2c80953db47632f199
Fixed #1969: split and rsplit in bytearray are inconsistent
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytesobject.c