cqlsh can't show data under python2.5
-------------------------------------
Key: CASSANDRA-3846
URL: https://issues.apache.org/jira/browse/CASSANDRA-3846
Project: Cassandra
Issue Type: Bug
Components: Tools
Reporter: paul cannon
Assignee: paul cannon
Priority: Minor
Fix For: 1.0.8
Kris Hahn discovered a python2.6-ism in recent cqlsh changes:
{code}
bval = escapedval.encode(output_encoding, errors='backslashreplace')
{code}
python2.5's str.encode() doesn't accept a keyword argument for the second
parameter. the semantics are the same without naming the parameter, though, so
removing the "errors=" bit should suffice to make it run right.
does not affect any released version, but does affect HEAD of cassandra-1.0,
cassandra-1.1, and trunk.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira