Removed some leftovers from the str8 days

This commit is contained in:
Christian Heimes 2007-11-22 05:56:35 +00:00
parent 4d279c1f80
commit b2b6262831
3 changed files with 1 additions and 8 deletions

View file

@ -801,9 +801,6 @@ class BytearrayPEP3137Test(unittest.TestCase,
test.buffer_tests.MixinBytesBufferCommonTests):
def marshal(self, x):
return bytearray(x)
# TODO this should become:
#return bytearray(x)
# once the bytes -> bytearray and str8 -> bytes rename happens
def test_returns_new_copy(self):
val = self.marshal(b'1234')