You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The straightforward fix would simply be to use to_bytes instead, although this would break backwards compatibility with python 2. However, since python 2 hasn't been supported in four years, I don't think that should be a problem.
Seems this was noticed a while back and a PR was opened here. #5.
I'm quite happy to make this change myself.
The text was updated successfully, but these errors were encountered:
QuinnTheMedicineMan
changed the title
array.array.to_string is deprecated in python 3 and removed in 3.X
array.array.to_string is deprecated in python 3 and removed in 3.9
Mar 15, 2024
The straightforward fix would simply be to use
to_bytes
instead, although this would break backwards compatibility with python 2. However, since python 2 hasn't been supported in four years, I don't think that should be a problem.Seems this was noticed a while back and a PR was opened here. #5.
I'm quite happy to make this change myself.
The text was updated successfully, but these errors were encountered: