You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by dj...@apache.org on 2020/04/18 05:50:41 UTC

[cassandra] branch trunk updated: Update NEWS.txt with Python 3 support for CQLSH

This is an automated email from the ASF dual-hosted git repository.

djoshi pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b18900a  Update NEWS.txt with Python 3 support for CQLSH
b18900a is described below

commit b18900a1f269e7eae88f1e84867bb2d780cde94e
Author: Erick Ramirez <fl...@gmail.com>
AuthorDate: Fri Apr 17 22:44:52 2020 -0700

    Update NEWS.txt with Python 3 support for CQLSH
    
    Patch by Erick Ramirez; Reviewed by David Capwell and Dinesh Joshi for CASSANDRA-15710
---
 NEWS.txt                   | 3 +++
 doc/source/tools/cqlsh.rst | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/NEWS.txt b/NEWS.txt
index 2f65586..83719f7 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -110,6 +110,9 @@ New features
       specifying replication_factor: 3 translates to three replicas in every
       datacenter. This auto-expansion will _only add_ datacenters for safety.
       See CASSANDRA-14303 for more details.
+    - Added Python 3 support so cqlsh and cqlshlib is now compatible with Python 2.7 and Python 3.6.
+      Added --python option to cqlsh so users can specify the path to their chosen Python interpreter.
+      See CASSANDRA-10190 for details.
 
 Upgrading
 ---------
diff --git a/doc/source/tools/cqlsh.rst b/doc/source/tools/cqlsh.rst
index 45e2db8..b800b88 100644
--- a/doc/source/tools/cqlsh.rst
+++ b/doc/source/tools/cqlsh.rst
@@ -100,6 +100,9 @@ Options:
 ``--connect-timeout``
   Specify the connection timeout in seconds (defaults to 2s)
 
+``--python /path/to/python``
+  Specify the full path to Python interpreter to override default on systems with multiple interpreters installed
+
 ``--request-timeout``
   Specify the request timeout in seconds (defaults to 10s)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org