Skip to content

fix: use array.array.tobytes() - #15

Merged
titusz merged 1 commit into
iscc:masterfrom
BoboTiG:patch-1
Sep 14, 2025
Merged

titusz merged 1 commit into
iscc:masterfrom
BoboTiG:patch-1

Conversation

@BoboTiG

@BoboTiG BoboTiG commented Sep 2, 2025

Copy link
Copy Markdown
Contributor

tostring() was an alias of tobytes() since Python 2.7 & 3.2, and was removed in Python 3.9 (https://docs.python.org/3.9/whatsnew/changelog.html#id224).

`tostring()` was an alias of `tobytes()` since Python 3.2, and was removed in Python 3.9 (https://docs.python.org/3.9/whatsnew/changelog.html#id224).
@BoboTiG

BoboTiG commented Sep 11, 2025

Copy link
Copy Markdown
Contributor Author

@titusz would it be possible to cut a release with this fix 🙏 ?
This is a blocker for anyone on Python 3.9 and newer.

@titusz
titusz merged commit 82d0d6c into iscc:master Sep 14, 2025
15 checks passed
@BoboTiG
BoboTiG deleted the patch-1 branch September 14, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants