Skip to content

Conversation

@glensc
Copy link
Contributor

@glensc glensc commented Jan 16, 2022

No need to rename get method to _get. This might have been an issue in older Python (2.x?)

This restores original symbol and for not to break API, the _get is aliased now.

The _get aliases are to be dropped in 4.x

  • trakt/calendar.py:62: def _get(self):
  • trakt/movies.py:119: def _get(self):
  • trakt/people.py:57: def _get(self):
  • trakt/tv.py:238: def _get(self):
  • trakt/tv.py:519: def _get(self):
  • trakt/tv.py:663: def _get(self):
  • trakt/users.py:225: def _get(self):

This might have been an issue in older Python (2.x?)
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