SyntaxError when using the Redis backend in Python 3.2 #39
Labels
Comments
Michael Bayer (zzzeek) wrote: a short pull request, or just upgrade to 3.3 as you probably should, whichever is easier.... thanks ! |
Jimmy Mabey (jmabey) wrote: Cool, I will send you a pull request, probably tomorrow. Stuck with using 3.2 for now, unfortunately. |
Changes by Michael Bayer (zzzeek):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated issue, originally created by Jimmy Mabey (jmabey)
The
RedisBackend
uses theu""
syntax for Unicode strings, which was reintroduced in Python 3.3, so aSyntaxError
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
The text was updated successfully, but these errors were encountered: