python-intelhex / intelhex

Python IntelHex library
BSD 3-Clause "New" or "Revised" License
198 stars 106 forks source link

Fix Python 3.9 compatibility issue with 'array' module #46

Closed fernandez85 closed 3 years ago

fernandez85 commented 3 years ago

This change fixes issue (mentioned here #45 ) in array module with Python ver 3.9 where tostring method no longer exist

omerk commented 3 years ago

@bialix Any chance we can get this merged and a new release pushed on pypi?

This bug is causing widespread issues for a lot of open-source projects that rely on tools that bring in intelhex as a dependency (like cc2538-bsl, see #45 for references as well) so a new release on pypi would be much appreciated.

Thanks in advance.