[issue21935] Implement AUTH command in smtpd.

R. David Murray report at bugs.python.org
Tue Jul 15 21:56:10 CEST 2014


R. David Murray added the comment:

Describing how a programmer would implement authentication is exactly the API I was referring to, and that includes the signature and semantics of _verify_user_credentials.

I agree that (1) seems the cleanest.  I'd favor 1.1, NotImplemented, which lets the programmer see immediately what they did wrong.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21935>
_______________________________________


More information about the Python-bugs-list mailing list