Closed SammysHP closed 3 years ago
With Python 3.2 array.tostring() was deprecated and renamed to array.tobytes(). Now, with Python 3.9, array.tostring() was finally removed.
array.tostring()
array.tobytes()
thanks a lot for taking care of this @SammysHP
With Python 3.2
array.tostring()
was deprecated and renamed toarray.tobytes()
. Now, with Python 3.9,array.tostring()
was finally removed.