]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 74167 via svnmerge from
authorGeorg Brandl <georg@python.org>
Wed, 22 Jul 2009 12:03:59 +0000 (12:03 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 22 Jul 2009 12:03:59 +0000 (12:03 +0000)
commit953152f0640d7c99b9ffe03392a4c9ce590489cb
treefd4a8d794c249b3a96846d8427e8df0ca4bb0862
parent2f19bb1447ace998a375c96708a34058c2b4ffff
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.
........
Lib/test/test_builtin.py
Misc/NEWS
Objects/bytearrayobject.c