Skip to content

SyntaxError when using the Redis backend in Python 3.2 #39

Closed
@sqlalchemy-bot

Description

@sqlalchemy-bot

Migrated issue, originally created by Jimmy Mabey (jmabey)

The RedisBackend uses the u"" syntax for Unicode strings, which was reintroduced in Python 3.3, so a SyntaxError is raised when used in Python 3.2 (and probably older 3.x versions as well).

It's on this line: https://bitbucket.org/zzzeek/dogpile.cache/src/d3c7df59a0f695a13a213e0503c66878233561a6/dogpile/cache/backends/redis.py?at=master#cl-108

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions