Update NEWS.txt with Python 3 support for CQLSH

Patch by Erick Ramirez; Reviewed by David Capwell and Dinesh Joshi for CASSANDRA-15710
This commit is contained in:
Erick Ramirez 2020-04-17 22:44:52 -07:00 committed by Dinesh A. Joshi
parent 6ee67a64ea
commit b18900a1f2
2 changed files with 6 additions and 0 deletions

View File

@ -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
---------

View File

@ -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)