mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
5 lines
309 B
ReStructuredText
5 lines
309 B
ReStructuredText
:meth:`!SMTP.auth_cram_md5` now raises an :exc:`~smtplib.SMTPException`
|
|
instead of a :exc:`ValueError` if Python has been built without MD5 support.
|
|
In particular, :class:`~smtplib.SMTP` clients will not attempt to use this
|
|
method even if the remote server is assumed to support it. Patch by Bénédikt
|
|
Tran.
|