Message12864

Author jeff.allen
Recipients adamburke, jeff.allen, rkanumola
Date 2019-12-21.17:09:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576948185.55.0.954486485498.issue2816@roundup.psfhosted.org>
In-reply-to
Content
Hi RK. Line 28 of redis/client.py recently looks like this:

SYM_EMPTY = b''

This is a syntax error in Python 2.5. The b-prefix comes in with Python 2.6, and it definitely works in Jython 2.7.1. See https://docs.python.org/release/2.6/whatsnew/2.6.html#pep-3112-byte-literals

If you "tried using 2.7 but that did not help", it must at least have failed in a different way.
History
Date User Action Args
2019-12-21 17:09:45jeff.allensetmessageid: <1576948185.55.0.954486485498.issue2816@roundup.psfhosted.org>
2019-12-21 17:09:45jeff.allensetrecipients: + jeff.allen, adamburke, rkanumola
2019-12-21 17:09:45jeff.allenlinkissue2816 messages
2019-12-21 17:09:45jeff.allencreate