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 function not supported in Python3 #54

Open
sumantcwadekar opened this issue Jul 25, 2023 · 0 comments
Open

unicode function not supported in Python3 #54

sumantcwadekar opened this issue Jul 25, 2023 · 0 comments

Comments

@sumantcwadekar
Copy link

We can not use unicode function in Python 3, as it is renames to str in Python 3 version.
In Python 3, all strings are Unicode strings by default, so the unicode function is no longer necessary.
Please carefully review all instances where unicode is used, and replace them with str as appropriate.
djangodav-issue

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

No branches or pull requests

1 participant