commit | cbaa6250b9c58787cd6b2edd41477a3e87d63148 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 13 15:03:39 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Jan 13 15:03:39 2010 +0000 |
tree | c19704cec61e581a22d441f3a30912d1fc64a1c0 | |
parent | 8e33fd78c4db7b250995652510067d7f3a8117cd [diff] |
Merged revisions 77475 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77475 | antoine.pitrou | 2010-01-13 16:02:13 +0100 (mer., 13 janv. 2010) | 4 lines Issue #7625: Add more tests that bytearray methods return new objects, even if identical. Patch by Florent Xicluna (again). ........