Skip to content

Define basestring in Python 3 #7

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

Closed
wants to merge 1 commit into from
Closed

Conversation

cclauss
Copy link
Collaborator

@cclauss cclauss commented Jun 14, 2019

Both basestring and unicode were removed in Python 3 because all str are Unicode.

Both __basestring__ and __unicode__ were removed in Python 3 because all __str__ are Unicode.
@cclauss
Copy link
Collaborator Author

cclauss commented Sep 20, 2019

Closing in favor of #5

@cclauss cclauss closed this Sep 20, 2019
@cclauss cclauss deleted the patch-2 branch September 20, 2019 23:51
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