From: Benjamin Peterson Date: Sun, 28 Dec 2008 15:44:55 +0000 (+0000) Subject: Blocked revisions 67976 via svnmerge X-Git-Tag: v3.1a1~645 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7560d7a2457c20f507bb2bc665ffae51e3fb668c;p=python 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. ........ ---