Skip to content

unicode function not supported in Python3 #54

@sumantcwadekar

Description

@sumantcwadekar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions