Skip to content

Conversation

@gsmecher
Copy link

@gsmecher gsmecher commented Sep 5, 2022

Since opbasm already requires Python 2.7+ (per the README), we are
improving forwards compatibility at no cost.

Since opbasm already requires Python 2.7+ (per the README), we are
improving forwards compatibility at no cost.
Bulk conversions:
- dict.iteritems() -> dict.items()
- dict.iterkeys() -> just dict
- dict.itervalues() -> dict.values()
- xrange -> range
- unicode() to str()
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