]> granicus.if.org Git - python/commit
Issue #7625: Add more tests that bytearray methods return new objects,
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Jan 2010 15:02:13 +0000 (15:02 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Jan 2010 15:02:13 +0000 (15:02 +0000)
commit5f76d132a56a92f1911e16afb59443d5b44f8d32
treee25a684027deccfc9c2dd3f50544dbfb43827fd9
parentf58021f7c3398fa2b6e9d9af5365d9aec20e9054
Issue #7625: Add more tests that bytearray methods return new objects,
even if identical.  Patch by Florent Xicluna (again).
Lib/test/test_bytes.py