This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2021-11-11.11:55:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636631722.97.0.74160337406.issue45785@roundup.psfhosted.org>
In-reply-to
Content
Ah, a DeprecationWarning warning is only emitted at runtime since Python 3.10. What's New in Python 3.10:

"asynchat, asyncore, smtpd: These modules have been marked as deprecated in their module documentation since Python 3.6.  An import-time DeprecationWarning has now been added to all three of these modules."

https://docs.python.org/dev/whatsnew/3.10.html#asynchat-asyncore-smtpd
History
Date User Action Args
2021-11-11 11:55:23vstinnersetrecipients: + vstinner
2021-11-11 11:55:22vstinnersetmessageid: <1636631722.97.0.74160337406.issue45785@roundup.psfhosted.org>
2021-11-11 11:55:22vstinnerlinkissue45785 messages
2021-11-11 11:55:22vstinnercreate