From: Antoine Pitrou Date: Wed, 1 Sep 2010 20:30:18 +0000 (+0000) Subject: Blocked revisions 84403 via svnmerge X-Git-Tag: v3.1.3rc1~290 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38164c3b04b1388829ef7a062438c8511f69f8fb;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 84403 via svnmerge ........ r84403 | antoine.pitrou | 2010-09-01 22:29:34 +0200 (mer., 01 sept. 2010) | 6 lines Issue #8990: array.fromstring() and array.tostring() get renamed to frombytes() and tobytes(), respectively, to avoid confusion. Furthermore, array.frombytes(), array.extend() as well as the array.array() constructor now accept bytearray objects. Patch by Thomas Jollans. ........ ---