From b18900a1f269e7eae88f1e84867bb2d780cde94e Mon Sep 17 00:00:00 2001 From: Erick Ramirez Date: Fri, 17 Apr 2020 22:44:52 -0700 Subject: [PATCH] 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 2f65586c6e..83719f780e 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 45e2db8fcd..b800b88f46 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)