[Mailman-Developers] todigest.py

Ron Jarrell jarrell@vt.edu
Tue, 9 Apr 2002 10:19:05 -0400 (EDT)


Interesting... Started up the latest cvs before going home last
night (yes, I let it run for a while before abandoning it :-))

When I came home my terminal window had a stream of these on it.. Looks
like python was dropping the errors to stdout.

/home/mailman/Mailman/Handlers/ToDigest.py:172: DeprecationWarning: add_payload() is deprecated, use attach() instead.
  mimemsg.add_payload(masthead)
/home/mailman/Mailman/Handlers/ToDigest.py:262: DeprecationWarning: add_payload() is deprecated, use attach() instead.
  mimemsg.add_payload(tocpart)
/home/mailman/Mailman/Handlers/ToDigest.py:272: DeprecationWarning: add_payload() is deprecated, use attach() instead.
  mimemsg.add_payload(mimedigest)
/home/mailman/Mailman/Handlers/ToDigest.py:276: DeprecationWarning: add_payload() is deprecated, use attach() instead.
  mimedigest.add_payload(msg)
/home/mailman/Mailman/Handlers/ToDigest.py:291: DeprecationWarning: add_payload() is deprecated, use attach() instead.
  mimemsg.add_payload(footer)
/home/mailman/Mailman/Handlers/ToDigest.py:339: DeprecationWarning: add_payload() is deprecated, use attach() instead.
  rfc1153msg.add_payload(plainmsg.getvalue())