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

Remove some Python 2.x leftovers #321

Merged
merged 1 commit into from Jan 28, 2024

Conversation

marcfrederick
Copy link
Member

  • Iterator.next() has been replaced with Iterator.__next__()
  • The object.__unicode__() method is not used anymore
  • Default source encoding has changed from ASCII to UTF-8

* `Iterator.next()`` has been replaced with `Iterator.__next__()`
* The `object.__unicode__()` method is not used anymore
* Default source encoding has changed from ASCII to UTF-8
@AdamWill
Copy link
Member

For some reason I don't have a "review changes" button, but LGTM, thanks!

@marcfrederick marcfrederick merged commit 3f85782 into master Jan 28, 2024
7 checks passed
@marcfrederick marcfrederick deleted the feature/remove-python2-leftovers branch January 28, 2024 20: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.

None yet

2 participants