Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Supporting Python3 #18

Open
wants to merge 51 commits into
base: master
Choose a base branch
from
Open

Supporting Python3 #18

wants to merge 51 commits into from

Conversation

alvations
Copy link

@alvations alvations commented Oct 23, 2018

The unbabel.api file was getting too huge. So the original UnbabelApi client is kept there, while the abstract container classes, (MT)Translation objects and exceptions are put in their respective file.

Other than that, Python3 support requires:

  • iteritems -> items
  • except Exception, e -> except Exception as e

Patched up this SDK so that we don't maintain non-canonical forks. Hopefully this gets merged.

Thank you all again for the awesome product!

Andreas Nilsson and others added 30 commits June 25, 2014 14:42
…ew_architecture

Conflicts:
	unbabel/api.py
…etup as requirements. bumped version for pipy
Explicitly defines html.parser as the parser to avoid BeautifulSoup warnings when using this function.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants