#1040076 aioftp: deprecation of Python libraries asyncore and asynchat

Package:
src:aioftp
Source:
src:aioftp
Submitter:
Louis-Philippe Véronneau
Date:
2023-07-02 01:42:06 UTC
Severity:
normal
#1040076#5
Date:
2023-07-02 01:38:48 UTC
From:
To:
Dear maintainer(s),

In Python 3.6, asyncore and asynchat have been formally marked as
deprecated. Code that imports these libraries will no longer work from
Python 3.12, which is currently in Trixie.

Since aioftp uses either of these Python libraries, please prepare for
this removal and migrate away from them.

See this link for more details:
https://peps.python.org/pep-0594/#deprecated-modules

Cheers,