Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.46k stars 1.24k forks source link

Deprecation Warning when used with Python 3.8+ for urllib.parse.splitport() #1513

Closed Pascal-Fremaux closed 2 years ago

Pascal-Fremaux commented 2 years ago

Hi,

I have seen with warning with a Python 3.8.13:

/root/.local/share/virtualenvs/app-4PlAip0Q/lib/python3.8/site-packages/supervisor/xmlrpc.py:491: DeprecationWarning: urllib.parse.splitport() is deprecated as of 3.8, use urllib.parse.urlparse() instead.

Thanks

Pascal-Fremaux commented 2 years ago

Note: seems that I had a 3.3.1 supervisord -v 3.3.1

But the script is still not modified on that usage of splitport().

Pascal-Fremaux commented 2 years ago

No sorry, it comes from another docker which is with the supervisor 4.2.4 !