Roundup Robot added the comment: New changeset 1bd2b272c568 by Ezio Melotti in branch '2.7': #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. http://hg.python.org/cpython/rev/1bd2b272c568
New changeset 8f00af8abaf9 by Ezio Melotti in branch '3.2': #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. http://hg.python.org/cpython/rev/8f00af8abaf9 New changeset 06577f6b1c99 by Ezio Melotti in branch '3.3': #8401: merge with 3.2. http://hg.python.org/cpython/rev/06577f6b1c99 New changeset db40752c6cc7 by Ezio Melotti in branch 'default': #8401: merge with 3.3. http://hg.python.org/cpython/rev/db40752c6cc7 ---------- nosy: +python-dev _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8401> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com