mirror of https://github.com/apache/cassandra
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:
parent
6ee67a64ea
commit
b18900a1f2
3
NEWS.txt
3
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
|
||||
---------
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue