commit | 069bcc3dd99be9d4a0ea2202377066c0a77de651 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Jul 22 12:06:11 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Jul 22 12:06:11 2009 +0000 |
tree | e72e0ee70a669ce9fd29441a752ce3ad2b8e0efb | |
parent | 3cc12f69421f14c4d919cc015b71259056b3bc60 [diff] |
Merged revisions 74169 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ................ r74169 | georg.brandl | 2009-07-22 14:03:59 +0200 (Mi, 22 Jul 2009) | 9 lines 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. ........ ................