Convert failing test_message.py to doctests bounces.txt and message.txt, which
commit8e1e73e9499dc11a98126f964225895578306965
authorBarry Warsaw <barry@python.org>
Mon, 2 Jul 2007 03:31:21 +0000 (1 23:31 -0400)
committerBarry Warsaw <barry@python.org>
Mon, 2 Jul 2007 03:31:21 +0000 (1 23:31 -0400)
tree3ee376fe6073a251366b3a5fb80fc834d68dd400
parent69e8de09e082ebaa387636d03dbc4e04c3cec8e9
Convert failing test_message.py to doctests bounces.txt and message.txt, which
of course now succeed.

Rename Bouncer.py's BounceMessage() method to bounce_message() and remove the
'msgdata' parameter, which wasn't being used.  Change the RejectNotice
exception class to expose .notice directly, as there's no reason for this to
be an accessor or property.

Move the coverage.py installation to the install-packages target instead of
the install-other target, so that it only gets installed once the pythonlib
directory is created.
Mailman/Bouncer.py
Mailman/Errors.py
Mailman/Queue/IncomingRunner.py
Mailman/docs/bounces.txt [new file with mode: 0644]
Mailman/docs/message.txt [new file with mode: 0644]
Mailman/testing/test_message.py [deleted file]
misc/Makefile.in