[
https://issues.apache.org/jira/browse/PROTON-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17836799#comment-17836799
]
ASF GitHub Bot commented on PROTON-2322:
----------------------------------------
jiridanek commented on PR #423:
URL: https://github.com/apache/qpid-proton/pull/423#issuecomment-2053603777
Tried a Python compatibility check in IntelliJ, and got

https://github.com/apache/qpid-proton/blob/df1e9b684c364338faa88abf22921a05804e3b13/python/tests/proton_tests/main.py#L29
python 3.13 will be removing the `cgi` module from the standard library, so
it needs to be removed from proton examples eventually
https://docs.python.org/3.13/whatsnew/3.13.html#summary-release-highlights
> Fix and remove ignores in flake8 configuration
> ----------------------------------------------
>
> Key: PROTON-2322
> URL: https://issues.apache.org/jira/browse/PROTON-2322
> Project: Qpid Proton
> Issue Type: Bug
> Components: python-binding
> Affects Versions: proton-c-0.34.0
> Reporter: Jiri Daněk
> Assignee: Andrew Stitcher
> Priority: Major
>
> Fixes with autopep8 in PROTON-2320 resolved most of flake8 warnings. There
> are still warnings left that require human consideration and fixing.
> For example, usage of bare {{except}} in the code.
> This must be fixed manually. Fixed issues should then be removed from the
> tox.ini flake8 ignore section.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]