Skip to content

Python3 compatibility fix#14

Open
onni-k wants to merge 6 commits into
mx3L:masterfrom
onni-k:python3-compatibility-fix
Open

Python3 compatibility fix#14
onni-k wants to merge 6 commits into
mx3L:masterfrom
onni-k:python3-compatibility-fix

Conversation

@onni-k

@onni-k onni-k commented Jun 13, 2026

Copy link
Copy Markdown

No description provided.

onni-k added 6 commits June 13, 2026 18:19
Updated project name from mediaplayer2 to mediaplayer3 and adjusted related information.
- Replace all print statements with print() function calls
- Replace old-style exception handling (except X, e:) with (except X as e:)
- Replace dict.has_key() with 'in' operator
- Fix integer division operators (/ to //)
- Compatible with Python 3.13.12 and OpenVIX 6.8.007
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.

1 participant