[Python-checkins] r67983 - python/branches/py3k

benjamin.peterson python-checkins at python.org
Sun Dec 28 16:44:55 CET 2008


Author: benjamin.peterson
Date: Sun Dec 28 16:44:55 2008
New Revision: 67983

Log:
Blocked revisions 67976 via svnmerge

........
  r67976 | georg.brandl | 2008-12-28 05:54:53 -0600 (Sun, 28 Dec 2008) | 7 lines
  
  Backport r67974: 
  
  #4759: allow None as first argument of bytearray.translate(), for consistency with bytes.translate().
  
  Also fix segfault for bytearray.translate(x, None) -- will backport this part to 3.0 and 2.6.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list