mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Removed some leftovers from the str8 days
This commit is contained in:
parent
4d279c1f80
commit
b2b6262831
3 changed files with 1 additions and 8 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue