Skip to content

Conversation

mbaldessari
Copy link
Contributor

  • Allow use of python3
  • Make long and int the same on python3

Add a check and if python does not exist but python3 does, use that.
If neither is present, error out.

This is to ease the migration to python3 (see https://peps.python.org/pep-0394/)
See https://peps.python.org/pep-0237/. Long and int are the same length
on python3 (and long does not exist there any longer)
- Use four spaces instead of tabs
- Use 'is' for tests against None
- Run the whole file through the black linter
@nvmd nvmd merged commit b8e4f88 into nvmd:develop Oct 12, 2025
@nvmd
Copy link
Owner

nvmd commented Oct 12, 2025

Hi @mbaldessari. Thank you for the cleanup!

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