]> granicus.if.org Git - python/commit
#19662: Make requirement to support arbitrary keywords explicit.
authorR David Murray <rdmurray@bitdance.com>
Sat, 16 May 2015 18:16:33 +0000 (14:16 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 16 May 2015 18:16:33 +0000 (14:16 -0400)
commit311376588388647477db55092b61c1c61ecd3f85
tree944cf8e6af5c54f5f4fb95c6cd65009b40b2c3ba
parentcee7cf60263210ca34f8221fc7dabd360c825533
#19662: Make requirement to support arbitrary keywords explicit.

When not using decode_data=True, smtpd may provide keyword arguments to the
process_message user-implemented method.  This doc update is intended to make
it clear that arbitrary keywords must be supported, so that we can add
additional features in the future by just adding keywords to the
process_message call.
Doc/library/smtpd.rst