jaraco / cmdix

Fork of https://launchpad.net/pycoreutils
MIT License
27 stars 1 forks source link

SMTPd module emits deprecation warnings on Python 3.10 #7

Closed jaraco closed 11 months ago

jaraco commented 3 years ago
cmdix/command/smtpd.py:1
  /Users/jaraco/code/main/cmdix/cmdix/command/smtpd.py:1: DeprecationWarning: The asyncore module is deprecated. The recommended replacement is asyncio
    import asyncore

cmdix/command/smtpd.py:2
  /Users/jaraco/code/main/cmdix/cmdix/command/smtpd.py:2: DeprecationWarning: The smtpd module is deprecated and unmaintained.  Please see aiosmtpd (https://aiosmtpd.readthedocs.io/) for the recommended replacement.
    import smtpd as _smtpd

../../../../../Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/smtpd.py:105
  /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/smtpd.py:105: DeprecationWarning: The asynchat module is deprecated. The recommended replacement is asyncio
    import asynchat
jaraco commented 11 months ago

Fixed in 2be7ca271369a0ddc0640244444235137af56f66.