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())
"RJ" == Ron Jarrell <jarrell@vt.edu> writes:
RJ> Interesting... Started up the latest cvs before going home
RJ> last night (yes, I let it run for a while before abandoning it
RJ> :-))
RJ> When I came home my terminal window had a stream of these on
RJ> it.. Looks like python was dropping the errors to stdout.
Yup, email 2.0 deprecated some methods that ToDigest.py was still using. Fixed in cvs.
-Barry
participants (2)
-
barry@zope.com
-
Ron Jarrell