The doc of bytes.translate() and bytearray.translate() should also say bytearray.maketrans() #137259
Closed as not planned
bytes.translate() and bytearray.translate() should also say bytearray.maketrans() #137259
The doc of bytes.translate() and bytearray.translate() says only
bytes.maketrans()as shown below even thoughbytearray.maketrans()also works:So, the doc of
bytes.translate()andbytearray.translate()should also saybytearray.maketrans()as shown below: