commit | 11a81b21518a263aea9642f29cbd9e78326982a6 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Jul 22 12:03:09 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Jul 22 12:03:09 2009 +0000 |
tree | f3b20581f6e4691fc4b24d4e23a49befc8e79cee | |
parent | 087d1a6d4b8659a9270eaec1154c151c0149f69c [diff] |
Merged revisions 74167 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74167 | georg.brandl | 2009-07-22 13:57:15 +0200 (Mi, 22 Jul 2009) | 1 line Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. ........