Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of py2 code #12

Merged
merged 1 commit into from
Apr 7, 2024
Merged

Removal of py2 code #12

merged 1 commit into from
Apr 7, 2024

Conversation

sveinse
Copy link
Member

@sveinse sveinse commented Jan 28, 2024

  • Remove packages future and attrs
  • Fixup spacing on all copyright texts (black will change that)
  • Ordered all imports (with isort)
  • Remove object usage
  • Replace call unicode instances with str, long with int
  • Replace raise_from with raise ... from
  • Remove all usages of OrderedDict. Ordinary dict guarantees order
  • Replace execfile with exec
  • Combine nosis/pickler.py and nosis/xtoy.py into nosis.py
  • Added tests for nosis.py
  • Raise NotImplementedError on node BE_to_LE() and LE_to_BE() as they might not work properly in py3. Missing test suits for them to verify.

* Remove packages future and attrs
* Fixup spacing on all copyright texts (black will change that)
* Ordered all imports (with isort)
* Remove object usage
* Replace call unicode instances with str, long with int
* Replace raise_from with raise ... from
* Remove all usages of OrderedDict. Ordinary dict guarantees order
* Replace execfile with exec
* Combine nosis/pickler.py and nosis/xtoy.py into nosis.py
* Added tests for nosis.py
* Raise NotImplementedError on node BE_to_LE() and LE_to_BE() as they might not work properly in py3. Missing test suits for them to verify.
@sveinse sveinse merged commit fa8bb04 into main Apr 7, 2024
2 checks passed
@sveinse sveinse deleted the feature-py2-cleanup branch April 7, 2024 13:08
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