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 unicode /Python3 checks #201

Open
arcturusannamalai opened this issue May 16, 2020 · 0 comments
Open

Remove unicode /Python3 checks #201

arcturusannamalai opened this issue May 16, 2020 · 0 comments
Milestone

Comments

@arcturusannamalai
Copy link
Collaborator

Open-Tamil migrated to Python3 earlier this year. We nolonger need code like,

PYTHON3 = version > '3'
del version

and

if not isinstance(uyirmei_char, PYTHON3 and str or str):
raise ValueError("Passed input letter '%s' must be unicode,
not just string" % uyirmei_char)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant