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 Damien George, SilentGhost, llllllllll, python-dev, serhiy.storchaka
Date 2016-05-16.19:25:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160516192436.42361.85684.B0FC09FC@psf.io>
In-reply-to
Content
New changeset 10444778d41c by Serhiy Storchaka in branch '3.5':
Issue #27039: Fixed bytearray.remove() for values greater than 127.
https://hg.python.org/cpython/rev/10444778d41c

New changeset 9acf44b7ff7b by Serhiy Storchaka in branch '2.7':
Issue #27039: Fixed bytearray.remove() for values greater than 127.
https://hg.python.org/cpython/rev/9acf44b7ff7b

New changeset 3eb502d43616 by Serhiy Storchaka in branch 'default':
Issue #27039: Fixed bytearray.remove() for values greater than 127.
https://hg.python.org/cpython/rev/3eb502d43616
History
Date User Action Args
2016-05-16 19:25:07python-devsetrecipients: + python-dev, SilentGhost, serhiy.storchaka, llllllllll, Damien George
2016-05-16 19:25:07python-devlinkissue27039 messages
2016-05-16 19:25:07python-devcreate