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

unicode() was removed in Python 3 #5821

Closed
wants to merge 2 commits into from
Closed

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Nov 27, 2018

unicode() was removed in Python 3 because all str are Unicode. This PR proposes using six.text_type instead.

__unicode()__ was removed in Python 3 because all __str__ are Unicode.  This PR proposes using [__six.text_type__](https://six.readthedocs.io/#six.text_type) instead.
@cclauss cclauss closed this Sep 13, 2019
@cclauss cclauss deleted the patch-1 branch September 13, 2019 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants