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 ocean-city
Recipients benjamin.peterson, benrg, loewis, ocean-city, vstinner
Date 2010-11-04.12:36:16
SpamBayes Score 0.015361724
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Thank for pointing this out. I've looked at bytearray and
bytes implementations, they actually return unsigned value.
I fixed this in r86159(py3k) and r86160(release31-maint).
History
Date User Action Args
2010-11-04 12:36:19ocean-citysetrecipients: + ocean-city, loewis, vstinner, benjamin.peterson, benrg
2010-11-04 12:36:19ocean-citysetmessageid: <[email protected]>
2010-11-04 12:36:16ocean-citylinkissue5391 messages
2010-11-04 12:36:16ocean-citycreate