]> granicus.if.org Git - python/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:10:45 +0000 (21:10 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 3 Nov 2012 19:10:45 +0000 (21:10 +0200)
commit67dc4a87fccb7ec52323ba26d536654698ae8cba
treefb27e1cb8297b0ceaef2557de0be109773050ba5
parentef3173877c78f1bbab1e570c68b2ce11460a9f5b
#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