This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients abacabadabacaba, ezio.melotti, georg.brandl, loewis, mark.dickinson, pitrou, python-dev
Date 2012-11-03.19:25:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Xv98Z4KD5zPbB@mail.python.org>
In-reply-to
Content
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
History
Date User Action Args
2012-11-03 19:25:03python-devsetrecipients: + python-dev, loewis, georg.brandl, mark.dickinson, pitrou, ezio.melotti, abacabadabacaba
2012-11-03 19:25:03python-devlinkissue8401 messages
2012-11-03 19:25:03python-devcreate