[ 
https://issues.apache.org/jira/browse/CASSPYTHON-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18061133#comment-18061133
 ] 

Bret McGuire commented on CASSPYTHON-10:
----------------------------------------

A useful reference point: the 
[implementation|https://github.com/apache/cassandra-java-driver/blob/4.19.2/core/src/main/java/com/datastax/oss/driver/api/core/Version.java]
 of versioning in the Java driver provides a reasonable reference point for the 
kind of versions we'd want to support.

> Use packaging.version for cassandra.util.Version
> ------------------------------------------------
>
>                 Key: CASSPYTHON-10
>                 URL: https://issues.apache.org/jira/browse/CASSPYTHON-10
>             Project: Apache Cassandra Python driver
>          Issue Type: Bug
>            Reporter: Bret McGuire
>            Priority: Normal
>             Fix For: 3.30.0
>
>
> Lifted version of 
> [PYTHON-1395|https://datastax-oss.atlassian.net/browse/PYTHON-1395].  
> Original description follows:
> The class cassandra.util.Version has [the 
> comment|https://github.com/apache/cassandra-python-driver/blob/3.29.3/cassandra/util.py#L1696-L1701]:
>  
> {noformat}
>     """
>     Internal minimalist class to compare versions.
>     A valid version is: <int>.<int>.<int>.<int or str>.
>     TODO: when python2 support is removed, use packaging.version.
>     """{noformat}
> This is used in dtests and may be causing some compatibility issues.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to