]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 3 Nov 2012 19:19:06 +0000 (21:19 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 3 Nov 2012 19:19:06 +0000 (21:19 +0200)
commitc64bcbec4bb3cdad320184b4155cdc05c55bb10d
tree8ec1034439e34c18e6d36a09f039345b1d223c69
parent11f3f172e7081e2de0879dff86ded51109fa4e04
#8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error.
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c