[Python-checkins] r84404 - python/branches/release31-maint

antoine.pitrou python-checkins at python.org
Wed Sep 1 22:30:18 CEST 2010


Author: antoine.pitrou
Date: Wed Sep  1 22:30:18 2010
New Revision: 84404

Log:
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.
........


Modified:
   python/branches/release31-maint/   (props changed)


More information about the Python-checkins mailing list