[
https://issues.apache.org/jira/browse/THRIFT-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylwester Lachiewicz resolved THRIFT-4309.
------------------------------------------
Resolution: Fixed
The Python library is Python-3-only:
[lib/py/setup.py|https://github.com/apache/thrift/blob/master/lib/py/setup.py]
declares Python 3 and no Python-2 remnants remain (no print statements, no 2/3
compat shims). The PR #1339 approach was superseded by the Python 3 migration
(THRIFT-5537 tracks the remaining EOL-version drops). Resolving as Fixed.
> All Python files should be compatible with Python 3
> ---------------------------------------------------
>
> Key: THRIFT-4309
> URL: https://issues.apache.org/jira/browse/THRIFT-4309
> Project: Thrift
> Issue Type: Improvement
> Components: Python - Compiler, Python - Library
> Reporter: cclauss
> Priority: Minor
> Original Estimate: 672h
> Remaining Estimate: 672h
>
> Python 3 is now 8 years old and is the current and future of the language.
> Examples and other Python files in this project should be compatible with
> Python 3 and where possible also with Python 2.
> https://docs.python.org/3/howto/pyporting.html is one of many guides on the
> topic.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)