[
https://issues.apache.org/jira/browse/CASSPYTHON-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brad Schoening updated CASSPYTHON-27:
-------------------------------------
Description:
Replace outdated code like this which was supporting pre-v3 support
1. cluster.py: Python standard library until (2.7.9, 3.2). To enable this
mechanism in earlier versions, patch ``ssl.match_hostname``
2. util.py
# similar to collections.namedtuple, reproduced here because Python 2.6 did
not have the rename logic
def _positional_rename_invalid_identifiers(field_names):
was:
Replace outdated code like this which was supporting pre-v3 support
util.py
# similar to collections.namedtuple, reproduced here because Python 2.6 did not
have the rename logic
def _positional_rename_invalid_identifiers(field_names):
> Replace outdated Python 2.x support
> -----------------------------------
>
> Key: CASSPYTHON-27
> URL: https://issues.apache.org/jira/browse/CASSPYTHON-27
> Project: Apache Cassandra Python driver
> Issue Type: Improvement
> Reporter: Brad Schoening
> Priority: Low
>
> Replace outdated code like this which was supporting pre-v3 support
> 1. cluster.py: Python standard library until (2.7.9, 3.2). To enable this
> mechanism in earlier versions, patch ``ssl.match_hostname``
> 2. util.py
> # similar to collections.namedtuple, reproduced here because Python 2.6 did
> not have the rename logic
> def _positional_rename_invalid_identifiers(field_names):
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]